Library
core
interfaces
Core Src Node El Controls Parentheses.parenthesesoptions

Lawtext core references / core/src/node/el/controls/parentheses / ParenthesesOptions

Interface: ParenthesesOptions

core/src/node/el/controls/parentheses.ParenthesesOptions

Table of contents

Properties

Properties

content

content: SentenceChildEL[]

Defined in

core/src/node/el/controls/parentheses.ts:17 (opens in a new tab)


depth

depth: number

Defined in

core/src/node/el/controls/parentheses.ts:14 (opens in a new tab)


end

end: string

Defined in

core/src/node/el/controls/parentheses.ts:16 (opens in a new tab)


range

range: null | { content: [start: number, end: number] ; end: [start: number, end: number] ; start: [start: number, end: number] }

Defined in

core/src/node/el/controls/parentheses.ts:18 (opens in a new tab)


start

start: string

Defined in

core/src/node/el/controls/parentheses.ts:15 (opens in a new tab)


type

type: "round" | "square" | "curly" | "squareb"

Defined in

core/src/node/el/controls/parentheses.ts:13 (opens in a new tab)