例
コンストラクター
コンストラクター
new ObjectRef(定義場所: src/weaveObject.ts:24projectId,objectId,digest):ObjectRef
パラメーター
projectId
string
objectId
string
digest
string
戻り値
ObjectRef
プロパティ
ダイジェスト
ダイジェスト: string
定義場所: src/weaveObject.ts:27
objectId
objectId: string
定義場所: src/weaveObject.ts:26
projectId
projectId: string
定義場所: src/weaveObject.ts:25
method
get()
get():定義場所: src/weaveObject.ts:64Promise<any>
戻り値
Promise<any>
ui_url()
ui_url(): string
定義場所: src/weaveObject.ts:59
戻り値
string
uri()
uri(): string
定義場所: src/weaveObject.ts:55
戻り値
string
fromUri()
Weave URI 文字列から ObjectRef を作成します。 定義場所: src/weaveObject.ts:42staticfromUri(uri):ObjectRef
パラメーター
uri
string
以下の形式の Weave URI: weave:///entity/project/object/name:digest
戻り値
ObjectRef
新しい ObjectRef インスタンス