@oneblink/sdk-core
    Preparing search index...

    Type Alias ChoiceElementOption

    ChoiceElementOption: { attributes?: ChoiceElementOptionAttribute[]; id: string } & Omit<
        DynamicChoiceElementOption,
        "attributes",
    >

    Type declaration

    • Optionalattributes?: ChoiceElementOptionAttribute[]

      An array of option attributes associated with an individual option.

    • id: string

      The unique identifier for an individual option.