NextGIS Frontend
    Preparing search index...

    Interface CreateControlOptions

    interface CreateControlOptions {
        addClass?: string;
        align?: "center" | "start" | "end" | "stretch";
        bar?: boolean;
        direction?: "vertical" | "horizontal";
        disableOnSecondClick?: boolean;
        gap?: string | number;
        margin?: boolean;
        orientation?: "vertical" | "horizontal";
    }
    Index
    addClass?: string
    align?: "center" | "start" | "end" | "stretch"
    bar?: boolean
    direction?: "vertical" | "horizontal"
    disableOnSecondClick?: boolean
    gap?: string | number
    margin?: boolean
    orientation?: "vertical" | "horizontal"