Home > @infiniteobjects/shopify-data-manager > AdminTypes > Attribute
Represents a generic custom attribute.
Signature:
export interface Attribute
Property | Modifiers | Type | Description |
---|---|---|---|
key | Scalars[‘String’][‘output’] | Key or name of the attribute. | |
value? | Maybe<Scalars[‘String’][‘output’]> | (Optional) Value of the attribute. |