Home > @infiniteobjects/shopify-data-manager > AdminTypes > MetaobjectCapabilities
Provides the capabilities of a metaobject definition.
Signature:
export interface MetaobjectCapabilities
| 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. |