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

    Type Alias ClusterVariableSearchResult

    ClusterVariableSearchResult: ClusterVariableResultBase & {
        isTruncated?: boolean;
        value?: string;
    }

    Cluster variable search response item.

    Type Declaration

    • OptionalisTruncated?: boolean

      Whether the value is truncated or not.

    • Optionalvalue?: string

      Value of this cluster variable. Can be truncated.