geoview-core
    Preparing search index...

    Interface ModalActionsType

    Both header and footer actions' properties interface

    interface ModalActionsType {
        actionId: string;
        content?: ReactNode;
    }
    Index

    Properties

    Properties

    actionId: string
    content?: ReactNode