@camunda8/orchestration-cluster-api
    Preparing search index...

    Type Alias VariableSearchResult

    VariableSearchResult: VariableResultBase & {
        isTruncated: boolean;
        value: string;
    }

    Variable search response item.

    Type Declaration

    • isTruncated: boolean

      Whether the value is truncated or not.

    • value: string

      Value of this variable. Can be truncated.