-
Notifications
You must be signed in to change notification settings - Fork 4
elementStore.ts
- updateGlobalElements(object)
Updates global elements with values from an object.
-
getDestElements(dest) ⇒
Array
Returns an array of DOM elements with the specified name or ID.
- addInputs()
Finds all input, select, and text area elements in the current page and adds their IDs to the commonElements list of input IDs.
- addOutputs()
Finds all output elements in the current page and adds their names or IDs (whichever exists) to the commonElements list of output names/IDs.
Updates global elements with values from an object.
Kind: global function
Param | Type | Description |
---|---|---|
object | Object |
The object containing values to be updated. |
Returns an array of DOM elements with the specified name or ID.
Kind: global function
Returns: Array
-
An array of matching DOM elements.
Param | Type | Description |
---|---|---|
dest | string |
The name or ID of the elements to search for. |
Finds all input, select, and text area elements in the current page and adds their IDs to the commonElements list of input IDs.
Finds all output elements in the current page and adds their names or IDs (whichever exists) to the commonElements list of output names/IDs.
Kind: global function
Thank you for using the Eisvana Wiki Page Creator! I hope it helps you create amazing pages for your No Man's Sky discoveries. If you have any feedback or suggestions for how the project can be improved, please let me know.