Lawtext core references / core/src/renderer/rules/toc
core/src/renderer/rules/toc
Interfaces
Variables
DOCXTOC
constDOCXTOC:FC<TOCProps&DOCXComponentProps> &object
Defined in: core/src/renderer/rules/toc.tsx:79
Type Declaration
componentID
componentID:
"DOCXTOC"
DOCXTOCItem
constDOCXTOCItem:FC<TOCItemProps&DOCXComponentProps> &object
Defined in: core/src/renderer/rules/toc.tsx:189
Type Declaration
componentID
componentID:
"DOCXTOCItem"
HTMLTOC
constHTMLTOC:FC<TOCProps&HTMLComponentProps> &object
Defined in: core/src/renderer/rules/toc.tsx:33
Type Declaration
componentID
componentID:
"HTMLTOC"
HTMLTOCCSS
constHTMLTOCCSS: “\n.toc {\n clear: both;\n}\n\n.toc-label {\n clear: both;\n font-weight: bold;\n}\n\n”
Defined in: core/src/renderer/rules/toc.tsx:21
HTMLTOCItem
constHTMLTOCItem:FC<TOCItemProps&HTMLComponentProps> &object
Defined in: core/src/renderer/rules/toc.tsx:122
Type Declaration
componentID
componentID:
"HTMLTOCItem"