Type Alias DynamicOptionsSetAttributeMap

DynamicOptionsSetAttributeMap: {
    attribute: string;
    elementId: string;
}

Type declaration

  • attribute: string

    The attribute from the dynamic options set to be mapped to the option element ID.

  • elementId: string

    The ID of the option value for the attribute to be mapped to.