onRemoteSuperBoardGraphicAuthChanged property
void Function(Map<Object?, Object?> authInfo)?
onRemoteSuperBoardGraphicAuthChanged
getter/setter pair
Callback of diagram element operation permission change. Operation permissions of diagram elements include diagram element creation, deletion, movement, update, and clearing.
Supported version: 2.0.0
Description: Diagram element operation permissions include diagram element creation, deletion, movement, update, and clearing.
/ Calling time/Notification time: A permission change notification is received from the backend.
@param authInfo authInfo includes the create, delete, move, update, and clear keys. The key values are 0 and 1. 0 indicates that the corresponding permission is disabled, and 1 indicates that the corresponding permission is enabled.
Implementation
static void Function(Map<Object?, Object?> authInfo)?
onRemoteSuperBoardGraphicAuthChanged;