Skip to content

objects.ts

github-actions[bot] edited this page Nov 19, 2023 · 1 revision

Constants

links : Object

An object that contains links.

pageData : Object

An object that contains page data.

dataIntegrityObj : Object

Object used to store the current page data and check for data integrity issues.

globalElements : Object

An object that stores elements that are consistent across pages. It is filled automatically on page load, combined from other objects like commonElements.

footerInputs : Array

Array of input elements inside the footer dialog's "data" container.

links : Object

An object that contains links.

Kind: global constant

pageData : Object

An object that contains page data.

Kind: global constant

dataIntegrityObj : Object

Object used to store the current page data and check for data integrity issues.

Kind: global constant
Properties

Name Type Description
text string

The current page data, represented as a string.

copy boolean

Whether the current page's data has been copied.

globalElements : Object

An object that stores elements that are consistent across pages. It is filled automatically on page load, combined from other objects like commonElements.

Kind: global constant
Properties

Name Type Description
input Object

An object that contains input elements.

output Object

An object that contains output elements.

footerInputs : Array

Array of input elements inside the footer dialog's "data" container.

Kind: global constant

Clone this wiki locally