Skip to content

CustomVariableValue🔗

Custom variable value

Definition🔗

export interface CustomVariableValue {
    // The format name or function used in the expression
    formatter: string;
}