mirror of
https://github.com/nasa/openmct.git
synced 2025-01-07 05:38:42 +00:00
docs: Add openmct type hints (#7247)
* Add setAssetPath method to MCT type information * Add TypeRegistry to OpenMCT typedef
This commit is contained in:
parent
bc36a93b9b
commit
317ea8c275
@ -47,7 +47,7 @@ if (document.currentScript) {
|
|||||||
* @property {*} inspectorViews
|
* @property {*} inspectorViews
|
||||||
* @property {*} propertyEditors
|
* @property {*} propertyEditors
|
||||||
* @property {*} toolbars
|
* @property {*} toolbars
|
||||||
* @property {*} types
|
* @property {import('./src/api/types/TypeRegistry').default} types
|
||||||
* @property {import('./src/api/objects/ObjectAPI').default} objects
|
* @property {import('./src/api/objects/ObjectAPI').default} objects
|
||||||
* @property {import('./src/api/telemetry/TelemetryAPI').default} telemetry
|
* @property {import('./src/api/telemetry/TelemetryAPI').default} telemetry
|
||||||
* @property {import('./src/api/indicators/IndicatorAPI').default} indicators
|
* @property {import('./src/api/indicators/IndicatorAPI').default} indicators
|
||||||
@ -67,6 +67,7 @@ if (document.currentScript) {
|
|||||||
* @property {import('./src/api/annotation/AnnotationAPI').default} annotation
|
* @property {import('./src/api/annotation/AnnotationAPI').default} annotation
|
||||||
* @property {{(plugin: OpenMCTPlugin) => void}} install
|
* @property {{(plugin: OpenMCTPlugin) => void}} install
|
||||||
* @property {{() => string}} getAssetPath
|
* @property {{() => string}} getAssetPath
|
||||||
|
* @property {{(assetPath: string) => void}} setAssetPath
|
||||||
* @property {{(domElement: HTMLElement, isHeadlessMode: boolean) => void}} start
|
* @property {{(domElement: HTMLElement, isHeadlessMode: boolean) => void}} start
|
||||||
* @property {{() => void}} startHeadless
|
* @property {{() => void}} startHeadless
|
||||||
* @property {{() => void}} destroy
|
* @property {{() => void}} destroy
|
||||||
|
Loading…
Reference in New Issue
Block a user