NextGIS Frontend
    Preparing search index...

    Interface MapControlProps

    interface MapControlProps {
        children?: ReactNode;
        context: NgwMapContextInterface;
        control?: string;
        createControl: (
            portal: MutableRefObject<HTMLDivElement>,
        ) => Promise<unknown>;
        id?: string;
        order?: number;
        position?: ControlTargetPosition;
    }

    Hierarchy (View Summary)

    Index
    children?: ReactNode
    control?: string
    createControl: (portal: MutableRefObject<HTMLDivElement>) => Promise<unknown>
    id?: string
    order?: number