Library
core
src
renderer
common
html
Readme

Lawtext core references


Lawtext core references / core/src/renderer/common/html

core/src/renderer/common/html

Interfaces

Type Aliases

HTMLGetFigData()

HTMLGetFigData: (src) => HTMLFigData | null

Defined in: core/src/renderer/common/html.tsx:18 (opens in a new tab)

Parameters

src

string

Returns

HTMLFigData | null


WrapperComponentProps

WrapperComponentProps: object

Defined in: core/src/renderer/common/html.tsx:7 (opens in a new tab)

Type declaration

ChildComponent

ChildComponent: React.ComponentType<HTMLComponentProps>

childProps

childProps: HTMLComponentProps

htmlComponentID

htmlComponentID: string

Functions

elProps()

elProps(el, htmlOptions): Record<string, string>

Defined in: core/src/renderer/common/html.tsx:56 (opens in a new tab)

Parameters

el

EL

htmlOptions

HTMLOptions

Returns

Record<string, string>


HTMLMarginSpan()

HTMLMarginSpan(props): ReactNode | Promise<ReactNode>

Defined in: core/src/renderer/common/html.tsx:5 (opens in a new tab)

Parameters

props

HTMLAttributes

Returns

ReactNode | Promise<ReactNode>


wrapHTMLComponent()

wrapHTMLComponent<P, TComponentID>(htmlComponentID, Component): FC<P & HTMLComponentProps> & object

Defined in: core/src/renderer/common/html.tsx:37 (opens in a new tab)

Type Parameters

P

TComponentID extends string

Parameters

htmlComponentID

TComponentID

Component

ComponentType<P & HTMLComponentProps>

Returns

FC<P & HTMLComponentProps> & object