Type Alias ChoiceElementOptionAttribute

ChoiceElementOptionAttribute: {
    elementId: string;
    optionIds: string[];
}

Type declaration

  • elementId: string

    The id of the element with options to determine if the option containing this attribute should be shown.

  • optionIds: string[]

    The ids of the options on the element referenced by the elementId on this attribute.