Open Pioneer Trails Packages
    Preparing search index...

    Interface ToolsConfig

    Props supported by the Tools component.

    interface ToolsConfig {
        showCollapseAllGroups?: boolean;
        showHideAllLayers?: boolean;
    }
    Index

    Properties

    showCollapseAllGroups?: boolean

    Optional property to show the collapse all groups entry.

    Defaults to true. Only applicable if TocProps.collapsibleGroups is true.

    showHideAllLayers?: boolean

    Optional property to show the hide all layers entry.

    Defaults to true.