GeoLeaf Core API - v3.0.0
    Preparing search index...

    Interface LazyUISlotEntry

    A lazy-plugin UI slot stored by action name and surfaced to toolbar renderers.

    interface LazyUISlotEntry {
        mobileIcon?: PluginUIDescriptor;
        desktopTabButton?: PluginUIDescriptor;
        id: string;
        pluginName: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    mobileIcon?: PluginUIDescriptor
    desktopTabButton?: PluginUIDescriptor
    id: string
    pluginName: string