featherbit UI
    Preparing search index...

    Interface EditorActionsValue

    interface EditorActionsValue {
        has: (id: string) => boolean;
        invoke: (id: string) => void;
        register: (id: string, fn: () => void) => () => void;
    }
    Index
    has: (id: string) => boolean
    invoke: (id: string) => void
    register: (id: string, fn: () => void) => () => void