geoview-core
    Preparing search index...

    Interface ButtonPropsLayerPanel

    Interface for the button properties used when creating a new button.

    interface ButtonPropsLayerPanel {
        handleNext: () => void;
        isFirst?: boolean;
        isLast?: boolean;
    }
    Index

    Properties

    handleNext: () => void
    isFirst?: boolean
    isLast?: boolean