Interface CodeActionContext

interface CodeActionContext {
    only?: string;
    trigger: CodeActionTriggerKind;
}

Properties

Properties

only?: string