geoview-core
    Preparing search index...

    Type Alias TypePanelAppProps

    Interface for panel properties

    type TypePanelAppProps = {
        button: IconButtonPropsExtend;
        onClose?: () => void;
        onGeneralClose?: () => void;
        onKeyDown?: (event: KeyboardEvent) => void;
        onOpen?: () => void;
        panel: TypePanelProps;
    }
    Index

    Properties

    onClose?: () => void
    onGeneralClose?: () => void
    onKeyDown?: (event: KeyboardEvent) => void
    onOpen?: () => void