interface AttributeGroupSetAttributesAction {
    action: "setAttributes";
    attributes: AttributeReference[];
}

Properties

Properties

action: "setAttributes"
attributes: AttributeReference[]

New unique values to set.

Generated using TypeDoc