The attributes of the component plugin object.
The customized context of the component plugin.
The height of the component plugin object.
The unique identifier of the component plugin object in the room.
Whether the component plugin object is being dragged:
true
: The component plugin object is being dragged.false
: The component plugin object is not being dragged.Whether the component plugin object is being played:
true
: The component plugin object is being played. In a live
Interactive Whiteboard room, this property is always true
.false
: The component plugin object is not being played.Whether the component plugin object is being resized:
true
: The component plugin object is being resized.false
: The component plugin object is not being resized.The type of the component plugin, which is the unique identifier of the component plugin.
The X coordinate of the upper left corner of the component plugin object in the world coordinate system (taking the center of the initial whiteboard as the origin).
The Y coordinate of the upper left corner of the component plugin object in the world coordinate system (taking the center of the initial whiteboard as the origin).
Whether the component plugin object can be selected:
true
: The component plugin object can be selected.false
: The component plugin object cannot be selected.The width of the component plugin object.
Modifies certain attributes of the component plugin object.
The attributes to be modified.
Deletes a component plugin object.
Deletes certain attributes of the component plugin object.
The attributes to be deleted.
Modifies the description of the component plugin object.
The interface for component plugin objects.