Library
core
modules
Core Src Renderer Common

Lawtext core references / core/src/renderer/common

Module: core/src/renderer/common

Table of contents

Functions

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

NameType
elementReactElement<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

NameTypeDefault value
els(string | Element)[]undefined
baseKeynumber0

Returns

(string | Element)[]

Defined in

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