[]
Ƭ IChangeSetHandler: (changeSet
: IChangeSet
) => void
▸ (changeSet
): void
This callback is used to handle the change set
Name | Type | Description |
---|---|---|
changeSet |
IChangeSet |
The change set to handle |
void
Ƭ IPermission: Object
property
[mode]
property
[viewModePermissions]
Name | Type |
---|---|
mode? |
BrowsingMode |
viewModePermissions? |
PermissionTypes |
Ƭ IPresence: Object
property
[user]
property
[status]
Name | Type |
---|---|
status? |
IStatus |
user? |
IUser |
Ƭ ISelections: Object
property
{GC.Spread.Sheets.Range[]} [selections]
property
[sheetId]
Name | Type |
---|---|
selections? |
Range [] |
sheetId? |
string |
Ƭ IStatus: Object
property
[selections]
Name | Type |
---|---|
selections? |
ISelections |
Ƭ IUser: Object
property
[id]
property
[name]
property
[color]
property
[permission]
Name | Type |
---|---|
color? |
string |
id? |
string |
name |
string |
permission? |
IPermission |