UriRef
Home > @gooddata/sdk-model > UriRef
UriRef type
Model object reference using object's URI.
Signature:
export type UriRef = {
uri: Uri;
};
References: Uri
Remarks
NOTE: using URI references is discouraged. URIs are workspace-specific and thus any application which references model objects using their URI will not work on multiple workspaces.