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

    Type Alias ChoiceElementOption

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

    Type declaration

    • Optionalattributes?: ChoiceElementOptionAttribute[]

      Attributes are used to conditionally display options. This property must be used with the conditionallyShowOptions and conditionallyShowOptionsElementIds properties on the element containing this option.

    • id: string

      The globally unique V4 UUID for an individual option.