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

    Constructors

    Properties

    Constructors

    • Parameters

      • config: {
            find: InputRuleFinder;
            handler: (
                props: {
                    can: () => CanCommands;
                    chain: () => ChainedCommands;
                    commands: SingleCommands;
                    match: ExtendedRegExpMatchArray;
                    range: Range;
                    state: EditorState;
                },
            ) => null
            | void;
            undoable?: boolean;
        }

      Returns InputRule

    Properties

    handler: (
        props: {
            can: () => CanCommands;
            chain: () => ChainedCommands;
            commands: SingleCommands;
            match: ExtendedRegExpMatchArray;
            range: Range;
            state: EditorState;
        },
    ) => null
    | void
    undoable: boolean