Interface MergeRangeAction

interface MergeRangeAction {
    text: string;
    tooltip?: string;
    run?(): unknown;
}

Properties

Methods

Properties

text: string
tooltip?: string

Methods