interface AttributeGroupRemoveAttributeAction {
    action: "removeAttribute";
    attribute: AttributeReference;
}

Properties

Properties

action: "removeAttribute"

Value to remove.

Generated using TypeDoc