@umbraco-cms/backoffice
    Preparing search index...

    Type Alias CommandProps

    type CommandProps = {
        can: () => CanCommands;
        chain: () => ChainedCommands;
        commands: SingleCommands;
        dispatch: ((args?: any) => any) | undefined;
        editor: Editor;
        state: EditorState;
        tr: Transaction;
        view: EditorView;
    }
    Index

    Properties

    can: () => CanCommands
    chain: () => ChainedCommands
    commands: SingleCommands
    dispatch: ((args?: any) => any) | undefined
    editor: Editor
    state: EditorState
    tr: Transaction
    view: EditorView