Library
core
src
renderer
common
Readme

Lawtext core referencesDocs


Lawtext core references / core/src/renderer/common

core/src/renderer/common

Functions

overrrideConsole()

overrrideConsole(): void

Returns

void

Defined in

core/src/renderer/common/index.tsx:27 (opens in a new tab)


renderToStaticMarkup()

renderToStaticMarkup(element): string

Parameters

element: ReactElement<any, string | JSXElementConstructor<any>>

Returns

string

Defined in

core/src/renderer/common/index.tsx:54 (opens in a new tab)


revertConsole()

revertConsole(): void

Returns

void

Defined in

core/src/renderer/common/index.tsx:48 (opens in a new tab)


withKey()

withKey(els, baseKey): (string | Element)[]

Parameters

els: (string | Element)[]

baseKey: number = 0

Returns

(string | Element)[]

Defined in

core/src/renderer/common/index.tsx:64 (opens in a new tab)