Skip to main content

Interface: BraceOptions

Defined in: mobjects/svg/Brace.ts:13

Options for creating a Brace

Extended by

Properties

buff?

optional buff: number

Defined in: mobjects/svg/Brace.ts:17

Buffer distance from the mobject. Default: 0.2


color?

optional color: string

Defined in: mobjects/svg/Brace.ts:19

Stroke color as CSS color string. Default: WHITE


direction?

optional direction: Vector3Tuple

Defined in: mobjects/svg/Brace.ts:15

Direction to place the brace relative to the mobject. Default: DOWN


sharpness?

optional sharpness: number

Defined in: mobjects/svg/Brace.ts:23

Sharpness of the brace tip (0-1). Default: 2


strokeWidth?

optional strokeWidth: number

Defined in: mobjects/svg/Brace.ts:21

Stroke width in pixels. Default: 4