stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > Attribute

AdminTypes.Attribute interface

Represents a generic custom attribute.

Signature:

export interface Attribute 

Properties

Property Modifiers Type Description
key   Scalars[‘String’][‘output’] Key or name of the attribute.
value?   Maybe<Scalars[‘String’][‘output’]> (Optional) Value of the attribute.