Typescript SDK Type Docs
    Preparing search index...

    Interface CustomFieldExpandedValue

    Only present if expand is set to true.

    interface CustomFieldExpandedValue {
        label: LocalizedString;
        name: string;
        value: any;
    }
    Index

    Properties

    Properties

    User-defined label of the Custom Field.

    name: string

    Name of the Custom Field.

    value: any