# MarkupActor
The MarkupActor
is used to store properties for markup editing. It holds:
- the currently selected color
- the selected markup type
- the flag whether to display markups or not
# Properties
Parent:
Actor
Type:
MarkupActor
# Parameter
# Parameters in the Layout
Name | Type | Description |
---|---|---|
defaultColor | string default: #FF8200 | Determines the colour that will be assigned to the newly created marker if no other colour has been selected. The colour must be specified as a hex value, for example #FF550A. |