PurviewObjectId interface
PurviewObjectId
プロパティ
| display |
テキストを表示する |
| guid | オブジェクトの GUID。 |
| item |
項目のパス |
| name | 名前 |
| properties | <any の辞書> |
| resource |
リソース ID |
| type |
型の名前。 |
| unique |
オブジェクトの一意の属性。 |
プロパティの詳細
displayText
テキストを表示する
displayText?: string
プロパティ値
string
guid
オブジェクトの GUID。
guid?: string
プロパティ値
string
itemPath
項目のパス
itemPath?: string
プロパティ値
string
name
名前
name?: string
プロパティ値
string
properties
<any の辞書>
properties?: Record<string, unknown>
プロパティ値
Record<string, unknown>
resourceId
リソース ID
resourceId?: string
プロパティ値
string
typeName
型の名前。
typeName?: string
プロパティ値
string
uniqueAttributes
オブジェクトの一意の属性。
uniqueAttributes?: Record<string, unknown>
プロパティ値
Record<string, unknown>