@witchcraft/editor
    Preparing search index...

    Type Alias MenusPluginState

    type MenusPluginState = {
        canShow: boolean;
        menu?: OpenMenuInfo;
        pin: boolean;
        state: boolean;
    }
    Index

    Properties

    Properties

    canShow: boolean
    pin: boolean
    state: boolean