IdentifierRef
Home > @gooddata/sdk-model > IdentifierRef
IdentifierRef type
Model object reference using object's unique identifier.
NOTE: this is preferred way to reference model objects.
Signature:
export type IdentifierRef = {
type?: ObjectType;
identifier: Identifier;
};
References: ObjectType, Identifier