ITransformerHandleStyle

interface ITransformerHandleStyle
See: TransformerHandle#style

Summary


Properties from ITransformerHandleStyle

number
color

Fill color of the handle

number
outlineColor

Outline color of the handle

number
outlineThickness

Outline thickness around the handle

number
radius

Radius (or size for non-circular handles) of the handle

string
shape

TransformerHandle provides three types of handle shapes - 'circle', 'square', 'tooth'.

Public Properties


color TransformerHandle.ts:12
color: number

Fill color of the handle

outlineColor TransformerHandle.ts:15
outlineColor: number

Outline color of the handle

outlineThickness TransformerHandle.ts:18
outlineThickness: number

Outline thickness around the handle

radius TransformerHandle.ts:21
radius: number

Radius (or size for non-circular handles) of the handle

shape TransformerHandle.ts:24
shape: string

TransformerHandle provides three types of handle shapes - 'circle', 'square', 'tooth'.


Powered by webdoc!