Interface IEditorAccess
Describes access credentials for the editor.
Package: ui-framework
Properties
tenantId
Tenant identifier.
Declaration
tenantId: string
Property Value
| Type | Description |
|---|---|
| string | Tenant identifier. |
token
Access token.
Declaration
token: string
Property Value
| Type | Description |
|---|---|
| string | Access token. |
userId
User identifier.
Declaration
userId: string
Property Value
| Type | Description |
|---|---|
| string | User identifier. |