ObjRefInScope
Home > @gooddata/sdk-model > ObjRefInScope
ObjRefInScope type
Model object reference with support of referencing objects living in the same scope using their local identifier.
Signature:
export type ObjRefInScope = ObjRef | LocalIdRef;
References: ObjRef, LocalIdRef