@servicenow/sdk - v4.4.1
    Preparing search index...
    GetApplicableRefactorsRequestArgs: FileLocationOrRangeRequestArgs & {
        includeInteractiveActions?: boolean;
        kind?: string;
        triggerReason?: tsc.RefactorTriggerReason;
    }

    Type Declaration

    • OptionalincludeInteractiveActions?: boolean

      Include refactor actions that require additional arguments to be passed when calling 'GetEditsForRefactor'. When true, clients should inspect the isInteractive property of each returned RefactorActionInfo and ensure they are able to collect the appropriate arguments for any interactive refactor before offering it.

    • Optionalkind?: string
    • OptionaltriggerReason?: tsc.RefactorTriggerReason