Tanatloc documentation
    Preparing search index...

    Interface IEditorAction

    interface IEditorAction {
        type: string;
        value:
            | undefined
            | string
            | boolean
            | IEditorCursor
            | IEditorHighlight
            | IEditorError;
    }
    Index

    Properties

    Properties

    type: string
    value:
        | undefined
        | string
        | boolean
        | IEditorCursor
        | IEditorHighlight
        | IEditorError