Library
core
modules
Core Src Renderer Rules Figrun

Lawtext core references / core/src/renderer/rules/figRun

Module: core/src/renderer/rules/figRun

Table of contents

Namespaces

Interfaces

Variables

Functions

Variables

HTMLFigRunCSS

Const HTMLFigRunCSS: "\n.fig-iframe {\n width: 100%;\n height: 80vh;\n border: 1px solid gray;\n}\n\n.fig-img {\n max-width: 100%;\n}\n"

Defined in

core/src/renderer/rules/figRun.tsx:12 (opens in a new tab)

Functions

DOCXFigRun

DOCXFigRun(props, context?): ReactNode

Parameters

NameType
propsFigRunProps & DOCXComponentProps
context?any

Returns

ReactNode

Defined in

core/node_modules/@types/react/index.d.ts:565


HTMLFigRun

HTMLFigRun(props, context?): ReactNode

Parameters

NameType
propsFigRunProps & HTMLComponentProps
context?any

Returns

ReactNode

Defined in

core/node_modules/@types/react/index.d.ts:565


HTMLFigRunWithFigData

HTMLFigRunWithFigData(props): Element

Parameters

NameType
propsHTMLComponentProps & FigRunProps & { fig: Fig ; figData: FigData }

Returns

Element

Defined in

core/src/renderer/rules/figRun.tsx:47 (opens in a new tab)