LocalIdRef
Home > @gooddata/sdk-model > LocalIdRef
LocalIdRef type
Model object reference using object's local identifier.
Signature:
export type LocalIdRef = {
localIdentifier: Identifier;
};
References: Identifier
Remarks
This type of referencing can be used for objects that are defined together within the same scope - such as within same execution.