Lawtext core references / core/src/renderer/common
core/src/renderer/common
Functions
overrrideConsole()
overrrideConsole():
void
Defined in: core/src/renderer/common/index.tsx:27 (opens in a new tab)
Returns
void
renderToStaticMarkup()
renderToStaticMarkup(
element):string
Defined in: core/src/renderer/common/index.tsx:54 (opens in a new tab)
Parameters
element
ReactElement<any, string | JSXElementConstructor<any>>
Returns
string
revertConsole()
revertConsole():
void
Defined in: core/src/renderer/common/index.tsx:48 (opens in a new tab)
Returns
void
withKey()
withKey(
els,baseKey): (string|Element)[]
Defined in: core/src/renderer/common/index.tsx:64 (opens in a new tab)
Parameters
els
(string | Element)[]
baseKey
number = 0
Returns
(string | Element)[]