Example
Constructor
new ObjectRef(projectId,objectId,digest):ObjectRef
Parameters
string
required
string
required
string
required
Returns
ObjectRef
Properties
digest
digest: string
objectId
objectId: string
projectId
projectId: string
Methods
get()
get():Promise<any>
Returns
Promise<any>
ui_url()
ui_url(): string
Returns
string
uri()
uri(): string
Returns
string
fromUri()
Creates an ObjectRef from a Weave URI string.staticfromUri(uri):ObjectRef
Parameters
string
required
A Weave URI in the format: weave:///entity/project/object/name:digest
Returns
ObjectRef
A new ObjectRef instance