geoview-core
    Preparing search index...

    Type Alias TypeButtonPanelProps

    Interface used to initialize a button panel.

    type TypeButtonPanelProps = {
        button: TypeButtonProps;
        panel: TypePanelProps;
    }
    Index

    Properties

    Properties

    Button properties.

    Panel properties.