SDK JS
    Preparing search index...

    Interface FirstPersonNavWidgetOptions

    Configuration for FirstPersonNavWidget.

    interface FirstPersonNavWidgetOptions {
        defaultCollapsed?: boolean;
        nav?: FirstPersonNavController;
    }
    Index

    Properties

    defaultCollapsed?: boolean

    Start collapsed to a round little-man FAB (expand on click; the header's ▢ re-collapses). Default false (expanded).

    The FirstPersonNavController this panel drives — create it with createFirstPersonNav(map) and pass it here. Currently REQUIRED: FirstPersonNavWidget.onAdd throws a clear Error without it. Creating a controller internally when omitted is a documented follow-up.