IMdObjectDefinition
Home > @gooddata/sdk-model > IMdObjectDefinition
IMdObjectDefinition interface
This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Metadata object definition. This type represents metadata object without unique id assigned to it. Typically metadata object, that is not yet persisted on the backend.
Signature:
export interface IMdObjectDefinition extends IMdObjectBase, Pick<IMdObjectIdentity, "type">
Extends: IMdObjectBase, Pick<IMdObjectIdentity, "type">