mapbox-gl-contextmenu - v1.6.0
    Preparing search index...

    Interface ContextMenuLabelOptions

    Configuration options for creating a context menu label.

    interface ContextMenuLabelOptions {
        className?: string;
        text: string;
    }
    Index

    Properties

    Properties

    className?: string

    Custom CSS class name for the label element.

    text: string

    The text to display.