interface AttributeReference {
    key: string;
}

Properties

Properties

key: string

The Attribute's name as given in its AttributeDefinition.

Generated using TypeDoc