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

Properties

Properties

action: "addAttribute"

Value to add.

Generated using TypeDoc