Skip to content

Latest commit

 

History

History
56 lines (30 loc) · 1.95 KB

File metadata and controls

56 lines (30 loc) · 1.95 KB

andculturecode-javascript-react-components › PencilStrokeSettings

Interface: PencilStrokeSettings

Hierarchy

↳ CanvasDrawToolSettings

↳ PencilStrokeSettings

Index

Properties

Properties

path

• path: [PathType, number, number][]

Defined in src/atoms/forms/canvas-sketch/tools/pencil-canvas-draw-tool.ts:24


stroke

• stroke: string

Inherited from CanvasDrawToolSettings.stroke

Defined in src/atoms/forms/canvas-sketch/tools/base-canvas-draw-tool.ts:18


strokeWidth

• strokeWidth: number

Inherited from CanvasDrawToolSettings.strokeWidth

Defined in src/atoms/forms/canvas-sketch/tools/base-canvas-draw-tool.ts:19


type

• type: CanvasObjectType

Inherited from CanvasToolSettings.type

Defined in src/atoms/forms/canvas-sketch/tools/base-canvas-tool.ts:16