stack

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

AdminTypes.MetaobjectCapabilities interface

Provides the capabilities of a metaobject definition.

Signature:

export interface MetaobjectCapabilities 

Properties

Property Modifiers Type Description
onlineStore?   Maybe<MetaobjectCapabilitiesOnlineStore> (Optional) Indicates whether a metaobject definition can be displayed as a page on the Online Store.
publishable   MetaobjectCapabilitiesPublishable Indicate whether a metaobject definition is publishable.
renderable?   Maybe<MetaobjectCapabilitiesRenderable> (Optional) Indicate whether a metaobject definition is renderable and exposes SEO data.
translatable   MetaobjectCapabilitiesTranslatable Indicate whether a metaobject definition is translatable.