geoview-core
    Preparing search index...

    Type Alias TypeButtonPanel

    Interface used when creating a new button panel.

    type TypeButtonPanel = {
        button: IconButtonPropsExtend;
        buttonPanelId: string;
        groupName?: string;
        onOpen?: () => void;
        panel?: TypePanelProps;
    }
    Index

    Properties

    Button used by the panel.

    buttonPanelId: string

    Panel identifier.

    groupName?: string

    Group name.

    onOpen?: () => void

    callback triggered when a panel is fully opened

    Panel props.