Example
목차
생성자
속성
메서드
생성자
생성자
projectId, objectId, digest): ObjectRef
매개변수
| 이름 | 유형 |
|---|---|
projectId | string |
objectId | string |
digest | string |
반환값
ObjectRef
정의 위치
weaveObject.ts:26속성
digest
string
정의 위치
weaveObject.ts:29objectId
string
정의 위치
weaveObject.ts:28projectId
string
정의된 위치
메서드
get
Promise<any>
반환
Promise<any>
정의 위치
weaveObject.ts:66ui_url
▸ ui_url():string
반환값
string
정의 위치
weaveObject.ts:61uri
string
반환값
string
정의 위치
weaveObject.ts:57fromUri
uri): ObjectRef
Weave URI 문자열에서 ObjectRef를 생성합니다.
매개변수
| Name | Type | Description |
|---|---|---|
uri | string | 다음 형식의 Weave URI입니다: weave:///entity/project/object/name:digest |
반환값
ObjectRef
새 ObjectRef 인스턴스
Throws
URI 형식이 잘못되었거나 object ref가 아닌 경우 오류를 던집니다.
예제