Defines a graphical component represented by an outline.
new OutlinedComponent(
outline?):OutlinedComponent
Creates an outlined component.
Outline | null
Component outline.
OutlinedComponent
GraphicalComponent.constructor
outline:
Outline|null=null
Component outline.
get id():
bigint
Returns the unique identifier of the object.
bigint
accept(
visitor):void
Accepts a graphical component visitor.
Visitor to accept.
void