ZegoSuperBoardTool enum
Whiteboard tool type
- Inheritance
- Available extensions
Values
- none → const ZegoSuperBoardTool
-
No tool is set.
- pen → const ZegoSuperBoardTool
-
Pen
- text → const ZegoSuperBoardTool
-
Text
- line → const ZegoSuperBoardTool
-
Straight line
- rect → const ZegoSuperBoardTool
-
Rectangle
- ellipse → const ZegoSuperBoardTool
-
Ellipse
- selector → const ZegoSuperBoardTool
-
Selection tool
- eraser → const ZegoSuperBoardTool
-
Eraser
- laser → const ZegoSuperBoardTool
-
Laser pen
- click → const ZegoSuperBoardTool
-
Click tool. It is used to click content of animated PPT and H5 files.
- customImage → const ZegoSuperBoardTool
-
Custom graph. After it is set, the custom graph introduced through the addImage API will be drawn on the whiteboard when you draw on the whiteboard.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → int
-
Available on ZegoSuperBoardTool, provided by the ZegoSuperBoardToolExtension extension
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
ZegoSuperBoardTool> - A constant List of the values in this enum, in order of their declaration.