A Color String Trait
A Color String Trait
Arguments
- ...
Arguments passed to the trait instance initializer
Public fields
optional
Logical value, whether a length-zero value is allowed.
Methods
Inherited methods
Method validator()
Check the value assigned to the traitlet.
Usage
ColorTraitClass$validator(value)
Arguments
value
The value assigned to the traitlet.
Method clone()
The objects of this class are cloneable with this method.
Usage
ColorTraitClass$clone(deep = FALSE)
Arguments
deep
Whether to make a deep clone.