interface AttributeGroupAddAttributeAction {
    action: "addAttribute";
    attribute: AttributeReference;
}

Hierarchy (View Summary)

Properties

Properties

action: "addAttribute"

Value to add.