Function
| Static Public Summary | ||
| public |
|
|
| public |
|
|
| public |
|
|
| public |
|
|
| public |
Adds a schema JSON to head |
|
| public |
Converts from a base64 json string to a JSON object |
|
| public |
|
|
| public |
writeKey() |
|
Static Public
public HandleUnhandledPromise() source
import {HandleUnhandledPromise} from '~/helpers/ErrorManager.js'public MarkdownControlBuilder() source
import {MarkdownControlBuilder} from '~/template/MarkdownControl.js'public addSchema(schema: Object) source
import addSchema from '~/helpers/addSchema.js'Adds a schema JSON to head
Params:
| Name | Type | Attribute | Description |
| schema | Object |
public b64toJSON(base64string: string): Object source
import {b64toJSON} from '~/helpers/Decode.js'Converts from a base64 json string to a JSON object
Params:
| Name | Type | Attribute | Description |
| base64string | string |
