WhiteMemberState Class Reference
Inherits from | WhiteReadonlyMemberState : WhiteObject |
---|---|
Declared in | WhiteMemberState.h |
currentApplianceName
The name of the whiteboard tool currently in use.
@property (nonatomic, copy, readwrite) WhiteApplianceNameKey currentApplianceName
Declared In
WhiteMemberState.h
strokeColor
The stroke color in RGB format, for example, 0, 0, 255
(blue).
@property (nonatomic, copy, readwrite) NSArray<NSNumber*> *strokeColor
Declared In
WhiteMemberState.h
strokeWidth
The stroke width.
@property (nonatomic, strong, readwrite) NSNumber *strokeWidth
Declared In
WhiteMemberState.h
textSize
The font size of the text.
@property (nonatomic, strong, readwrite) NSNumber *textSize
Declared In
WhiteMemberState.h
textColor
Text color in RGB format, for example, (0, 0, 255) represents blue.
@property (nonatomic, copy, readwrite, nullable) NSArray<NSNumber*> *textColor
Declared In
WhiteMemberState.h
pencilEraserSize
Size of the eraser for local erasing. The value range is [1,3], where a larger value represents a larger size.
@property (nonatomic, strong, readwrite, nullable) NSNumber *pencilEraserSize
Declared In
WhiteMemberState.h
textCanSelectText
Whether to allow directly selecting and editing whiteboard text:
@property (nonatomic, assign, readwrite, nullable) NSNumber *textCanSelectText
Discussion
YES
: Allow directly selecting and editing whiteboard text.NO
: (Default) Do not allow directly selecting and editing whiteboard text.
Declared In
WhiteMemberState.h
dottedLine
Whether to support drawing dotted lines:
You need to set disableNewPencil
to false
before joining the channel.
@property (nonatomic, assign, readwrite, nullable) NSNumber *dottedLine
Discussion
YES
: Support drawing dotted lines.NO
: (Default) Do not support drawing dotted lines.
Declared In
WhiteMemberState.h