@servicenow/sdk - v4.4.1
    Preparing search index...

    Type Alias CustomVariableType<MacroRefTable, SummaryRefTable, WidgetRefTable, MacroponentRefTable, TopicRefTable, Type>

    CustomVariableType: BaseVariableConfig<Type> & {
        macro?: string | Record<MacroRefTable>;
        macroponent?: string | Record<MacroponentRefTable>;
        summaryMacro?: string | Record<SummaryRefTable>;
        topicBlock?: string | Record<TopicRefTable>;
        widget?: string | Record<WidgetRefTable>;
    }

    Configuration type for custom UI component variables

    Type Parameters

    Type Declaration