Class: WTG3000BaseInstrument<T>
A G3000 BaseInstrument.
Type parameters
Name | Type |
---|---|
T | extends WTG3000FsInstrument |
Hierarchy
FsBaseInstrument
<T
>↳
WTG3000BaseInstrument
Constructors
constructor
• new WTG3000BaseInstrument<T
>(): WTG3000BaseInstrument
<T
>
Type parameters
Name | Type |
---|---|
T | extends WTG3000FsInstrument |
Returns
Inherited from
FsBaseInstrument<T>.constructor
Defined in
src/msfstypes/pages/vcockpit/instruments/shared/baseinstrument.d.ts:46
Properties
ATTRIBUTE_NODE
• Readonly
ATTRIBUTE_NODE: 2
Inherited from
FsBaseInstrument.ATTRIBUTE_NODE
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:16205
CDATA_SECTION_NODE
• Readonly
CDATA_SECTION_NODE: 4
node is a CDATASection node.
Inherited from
FsBaseInstrument.CDATA_SECTION_NODE
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:16209
COMMENT_NODE
• Readonly
COMMENT_NODE: 8
node is a Comment node.
Inherited from
FsBaseInstrument.COMMENT_NODE
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:16215
DOCUMENT_FRAGMENT_NODE
• Readonly
DOCUMENT_FRAGMENT_NODE: 11
node is a DocumentFragment node.
Inherited from
FsBaseInstrument.DOCUMENT_FRAGMENT_NODE
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:16221
DOCUMENT_NODE
• Readonly
DOCUMENT_NODE: 9
node is a document.
Inherited from
FsBaseInstrument.DOCUMENT_NODE
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:16217
DOCUMENT_POSITION_CONTAINED_BY
• Readonly
DOCUMENT_POSITION_CONTAINED_BY: 16
Set when other is a descendant of node.
Inherited from
FsBaseInstrument.DOCUMENT_POSITION_CONTAINED_BY
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:16232
DOCUMENT_POSITION_CONTAINS
• Readonly
DOCUMENT_POSITION_CONTAINS: 8
Set when other is an ancestor of node.
Inherited from
FsBaseInstrument.DOCUMENT_POSITION_CONTAINS
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:16230
DOCUMENT_POSITION_DISCONNECTED
• Readonly
DOCUMENT_POSITION_DISCONNECTED: 1
Set when node and other are not in the same tree.
Inherited from
FsBaseInstrument.DOCUMENT_POSITION_DISCONNECTED
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:16224
DOCUMENT_POSITION_FOLLOWING
• Readonly
DOCUMENT_POSITION_FOLLOWING: 4
Set when other is following node.
Inherited from
FsBaseInstrument.DOCUMENT_POSITION_FOLLOWING
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:16228
DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC
• Readonly
DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32
Inherited from
FsBaseInstrument.DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:16233
DOCUMENT_POSITION_PRECEDING
• Readonly
DOCUMENT_POSITION_PRECEDING: 2
Set when other is preceding node.
Inherited from
FsBaseInstrument.DOCUMENT_POSITION_PRECEDING
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:16226
DOCUMENT_TYPE_NODE
• Readonly
DOCUMENT_TYPE_NODE: 10
node is a doctype.
Inherited from
FsBaseInstrument.DOCUMENT_TYPE_NODE
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:16219
ELEMENT_NODE
• Readonly
ELEMENT_NODE: 1
node is an element.
Inherited from
FsBaseInstrument.ELEMENT_NODE
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:16204
ENTITY_NODE
• Readonly
ENTITY_NODE: 6
Inherited from
FsBaseInstrument.ENTITY_NODE
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:16211
ENTITY_REFERENCE_NODE
• Readonly
ENTITY_REFERENCE_NODE: 5
Inherited from
FsBaseInstrument.ENTITY_REFERENCE_NODE
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:16210
NOTATION_NODE
• Readonly
NOTATION_NODE: 12
Inherited from
FsBaseInstrument.NOTATION_NODE
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:16222
PROCESSING_INSTRUCTION_NODE
• Readonly
PROCESSING_INSTRUCTION_NODE: 7
node is a ProcessingInstruction node.
Inherited from
FsBaseInstrument.PROCESSING_INSTRUCTION_NODE
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:16213
TEXT_NODE
• Readonly
TEXT_NODE: 3
node is a Text node.
Inherited from
FsBaseInstrument.TEXT_NODE
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:16207
accessKey
• accessKey: string
Inherited from
FsBaseInstrument.accessKey
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:10053
accessKeyLabel
• Readonly
accessKeyLabel: string
Inherited from
FsBaseInstrument.accessKeyLabel
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:10055
ariaAtomic
• ariaAtomic: null
| string
Inherited from
FsBaseInstrument.ariaAtomic
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:2209
ariaAutoComplete
• ariaAutoComplete: null
| string
Inherited from
FsBaseInstrument.ariaAutoComplete
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:2211
ariaBusy
• ariaBusy: null
| string
Inherited from
FsBaseInstrument.ariaBusy
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:2213
ariaChecked
• ariaChecked: null
| string
Inherited from
FsBaseInstrument.ariaChecked
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:2215
ariaColCount
• ariaColCount: null
| string
Inherited from
FsBaseInstrument.ariaColCount
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:2217
ariaColIndex
• ariaColIndex: null
| string
Inherited from
FsBaseInstrument.ariaColIndex
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:2219
ariaColSpan
• ariaColSpan: null
| string
Inherited from
FsBaseInstrument.ariaColSpan
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:2221
ariaCurrent
• ariaCurrent: null
| string
Inherited from
FsBaseInstrument.ariaCurrent
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:2223
ariaDisabled
• ariaDisabled: null
| string
Inherited from
FsBaseInstrument.ariaDisabled
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:2225
ariaExpanded
• ariaExpanded: null
| string
Inherited from
FsBaseInstrument.ariaExpanded
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:2227
ariaHasPopup
• ariaHasPopup: null
| string
Inherited from
FsBaseInstrument.ariaHasPopup
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:2229
ariaHidden
• ariaHidden: null
| string
Inherited from
FsBaseInstrument.ariaHidden
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:2231
ariaInvalid
• ariaInvalid: null
| string
Inherited from
FsBaseInstrument.ariaInvalid
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:2232
ariaKeyShortcuts
• ariaKeyShortcuts: null
| string
Inherited from
FsBaseInstrument.ariaKeyShortcuts
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:2234
ariaLabel
• ariaLabel: null
| string
Inherited from
FsBaseInstrument.ariaLabel
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:2236
ariaLevel
• ariaLevel: null
| string
Inherited from
FsBaseInstrument.ariaLevel
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:2238
ariaLive
• ariaLive: null
| string
Inherited from
FsBaseInstrument.ariaLive
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:2240
ariaModal
• ariaModal: null
| string
Inherited from
FsBaseInstrument.ariaModal
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:2242
ariaMultiLine
• ariaMultiLine: null
| string
Inherited from
FsBaseInstrument.ariaMultiLine
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:2244
ariaMultiSelectable
• ariaMultiSelectable: null
| string
Inherited from
FsBaseInstrument.ariaMultiSelectable
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:2246
ariaOrientation
• ariaOrientation: null
| string
Inherited from
FsBaseInstrument.ariaOrientation
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:2248
ariaPlaceholder
• ariaPlaceholder: null
| string
Inherited from
FsBaseInstrument.ariaPlaceholder
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:2250
ariaPosInSet
• ariaPosInSet: null
| string
Inherited from
FsBaseInstrument.ariaPosInSet
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:2252
ariaPressed
• ariaPressed: null
| string
Inherited from
FsBaseInstrument.ariaPressed
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:2254
ariaReadOnly
• ariaReadOnly: null
| string
Inherited from
FsBaseInstrument.ariaReadOnly
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:2256
ariaRequired
• ariaRequired: null
| string
Inherited from
FsBaseInstrument.ariaRequired
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:2258
ariaRoleDescription
• ariaRoleDescription: null
| string
Inherited from
FsBaseInstrument.ariaRoleDescription
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:2260
ariaRowCount
• ariaRowCount: null
| string
Inherited from
FsBaseInstrument.ariaRowCount
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:2262
ariaRowIndex
• ariaRowIndex: null
| string
Inherited from
FsBaseInstrument.ariaRowIndex
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:2264
ariaRowSpan
• ariaRowSpan: null
| string
Inherited from
FsBaseInstrument.ariaRowSpan
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:2266
ariaSelected
• ariaSelected: null
| string
Inherited from
FsBaseInstrument.ariaSelected
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:2268
ariaSetSize
• ariaSetSize: null
| string
Inherited from
FsBaseInstrument.ariaSetSize
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:2270
ariaSort
• ariaSort: null
| string
Inherited from
FsBaseInstrument.ariaSort
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:2272
ariaValueMax
• ariaValueMax: null
| string
Inherited from
FsBaseInstrument.ariaValueMax
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:2274
ariaValueMin
• ariaValueMin: null
| string
Inherited from
FsBaseInstrument.ariaValueMin
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:2276
ariaValueNow
• ariaValueNow: null
| string
Inherited from
FsBaseInstrument.ariaValueNow
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:2278
ariaValueText
• ariaValueText: null
| string
Inherited from
FsBaseInstrument.ariaValueText
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:2280
assignedSlot
• Readonly
assignedSlot: null
| HTMLSlotElement
Inherited from
FsBaseInstrument.assignedSlot
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:21296
attributeStyleMap
• Readonly
attributeStyleMap: StylePropertyMap
Inherited from
FsBaseInstrument.attributeStyleMap
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:7855
attributes
• Readonly
attributes: NamedNodeMap
Inherited from
FsBaseInstrument.attributes
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:7600
autocapitalize
• autocapitalize: string
Inherited from
FsBaseInstrument.autocapitalize
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:10056
autofocus
• autofocus: boolean
Inherited from
FsBaseInstrument.autofocus
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:12045
backgroundList
• Protected
backgroundList: Element
[]
Inherited from
FsBaseInstrument.backgroundList
Defined in
src/msfstypes/pages/vcockpit/instruments/shared/baseinstrument.d.ts:29
baseURI
• Readonly
baseURI: string
Returns node's node document's document base URL.
Inherited from
FsBaseInstrument.baseURI
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:16074
callbackCreated
• callbackCreated: () => void
Type declaration
▸ (): void
Returns
void
Inherited from
FsBaseInstrument.callbackCreated
Defined in
src/msfstypes/js/common.d.ts:431
childElementCount
• Readonly
childElementCount: number
Inherited from
FsBaseInstrument.childElementCount
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:16763
childNodes
• Readonly
childNodes: NodeListOf
<ChildNode
>
Returns the children.
Inherited from
FsBaseInstrument.childNodes
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:16080
children
• Readonly
children: HTMLCollection
Returns the child elements.
Inherited from
FsBaseInstrument.children
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:16769
classList
• Readonly
classList: DOMTokenList
Allows for manipulation of element's class content attribute as a set of whitespace-separated tokens through a DOMTokenList object.
Inherited from
FsBaseInstrument.classList
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:7606
className
• className: string
Returns the value of element's class content attribute. Can be set to change it.
Inherited from
FsBaseInstrument.className
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:7612
clientHeight
• Readonly
clientHeight: number
Inherited from
FsBaseInstrument.clientHeight
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:7614
clientLeft
• Readonly
clientLeft: number
Inherited from
FsBaseInstrument.clientLeft
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:7616
clientTop
• Readonly
clientTop: number
Inherited from
FsBaseInstrument.clientTop
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:7618
clientWidth
• Readonly
clientWidth: number
Inherited from
FsBaseInstrument.clientWidth
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:7620
contentEditable
• contentEditable: string
Inherited from
FsBaseInstrument.contentEditable
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:7862
created
• created: boolean
Inherited from
FsBaseInstrument.created
Defined in
src/msfstypes/js/common.d.ts:414
dataMetaManager
• dataMetaManager: DataReadMetaManager
Inherited from
FsBaseInstrument.dataMetaManager
Defined in
src/msfstypes/pages/vcockpit/instruments/shared/baseinstrument.d.ts:11
dataset
• Readonly
dataset: DOMStringMap
Inherited from
FsBaseInstrument.dataset
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:12047
dir
• dir: string
Inherited from
FsBaseInstrument.dir
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:10058
draggable
• draggable: boolean
Inherited from
FsBaseInstrument.draggable
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:10060
electricalLogic
• Protected
electricalLogic: CompositeLogicXMLElement
Inherited from
FsBaseInstrument.electricalLogic
Defined in
src/msfstypes/pages/vcockpit/instruments/shared/baseinstrument.d.ts:18
electricity
• Protected
electricity: HTMLElement
Inherited from
FsBaseInstrument.electricity
Defined in
src/msfstypes/pages/vcockpit/instruments/shared/baseinstrument.d.ts:17
electricityAvailable
• Protected
electricityAvailable: boolean
Inherited from
FsBaseInstrument.electricityAvailable
Defined in
src/msfstypes/pages/vcockpit/instruments/shared/baseinstrument.d.ts:19
enterKeyHint
• enterKeyHint: string
Inherited from
FsBaseInstrument.enterKeyHint
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:7864
firstChild
• Readonly
firstChild: null
| ChildNode
Returns the first child.
Inherited from
FsBaseInstrument.firstChild
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:16086
firstElementChild
• Readonly
firstElementChild: null
| Element
Returns the first child that is an element, and null otherwise.
Inherited from
FsBaseInstrument.firstElementChild
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:16775
fsInstrument
• Protected
fsInstrument: T
Inherited from
FsBaseInstrument.fsInstrument
Defined in
src/sdk/FsInstrument.ts:20
hasBeenOff
• Protected
hasBeenOff: boolean
Inherited from
FsBaseInstrument.hasBeenOff
Defined in
src/msfstypes/pages/vcockpit/instruments/shared/baseinstrument.d.ts:21
hidden
• hidden: boolean
Inherited from
FsBaseInstrument.hidden
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:10062
highlightList
• Protected
highlightList: HighlightedElement
[]
Inherited from
FsBaseInstrument.highlightList
Defined in
src/msfstypes/pages/vcockpit/instruments/shared/baseinstrument.d.ts:28
highlightSvg
• Protected
highlightSvg: HTMLElement
Inherited from
FsBaseInstrument.highlightSvg
Defined in
src/msfstypes/pages/vcockpit/instruments/shared/baseinstrument.d.ts:27
id
• id: string
Returns the value of element's id content attribute. Can be set to change it.
Inherited from
FsBaseInstrument.id
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:7626
inert
• inert: boolean
Inherited from
FsBaseInstrument.inert
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:10064
initAcknowledged
• Protected
initAcknowledged: boolean
Inherited from
FsBaseInstrument.initAcknowledged
Defined in
src/msfstypes/pages/vcockpit/instruments/shared/baseinstrument.d.ts:24
initDuration
• Protected
initDuration: number
Inherited from
FsBaseInstrument.initDuration
Defined in
src/msfstypes/pages/vcockpit/instruments/shared/baseinstrument.d.ts:20
innerHTML
• innerHTML: string
Inherited from
FsBaseInstrument.innerHTML
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:14279
innerText
• innerText: string
Inherited from
FsBaseInstrument.innerText
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:10066
inputMode
• inputMode: string
Inherited from
FsBaseInstrument.inputMode
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:7866
instantciatePopupToolbar
• Protected
instantciatePopupToolbar: () => void
Type declaration
▸ (): void
Returns
void
Inherited from
FsBaseInstrument.instantciatePopupToolbar
Defined in
src/msfstypes/js/common.d.ts:430
instrumentXmlConfig
• instrumentXmlConfig: Element
Inherited from
FsBaseInstrument.instrumentXmlConfig
Defined in
src/msfstypes/pages/vcockpit/instruments/shared/baseinstrument.d.ts:14
isConnected
• Readonly
isConnected: boolean
Returns true if node is connected and false otherwise.
Inherited from
FsBaseInstrument.isConnected
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:16092
isContentEditable
• Readonly
isContentEditable: boolean
Inherited from
FsBaseInstrument.isContentEditable
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:7868
isStarted
• Protected
isStarted: boolean
Inherited from
FsBaseInstrument.isStarted
Defined in
src/msfstypes/pages/vcockpit/instruments/shared/baseinstrument.d.ts:22
lang
• lang: string
Inherited from
FsBaseInstrument.lang
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:10068
lastChild
• Readonly
lastChild: null
| ChildNode
Returns the last child.
Inherited from
FsBaseInstrument.lastChild
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:16098
lastElementChild
• Readonly
lastElementChild: null
| Element
Returns the last child that is an element, and null otherwise.
Inherited from
FsBaseInstrument.lastElementChild
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:16781
localName
• Readonly
localName: string
Returns the local name.
Inherited from
FsBaseInstrument.localName
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:7632
namespaceURI
• Readonly
namespaceURI: null
| string
Returns the namespace.
Inherited from
FsBaseInstrument.namespaceURI
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:7638
needValidationAfterInit
• Protected
needValidationAfterInit: boolean
Inherited from
FsBaseInstrument.needValidationAfterInit
Defined in
src/msfstypes/pages/vcockpit/instruments/shared/baseinstrument.d.ts:23
nextElementSibling
• Readonly
nextElementSibling: null
| Element
Returns the first following sibling that is an element, and null otherwise.
Inherited from
FsBaseInstrument.nextElementSibling
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:16354
nextSibling
• Readonly
nextSibling: null
| ChildNode
Returns the next sibling.
Inherited from
FsBaseInstrument.nextSibling
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:16104
nodeName
• Readonly
nodeName: string
Returns a string appropriate for the type of node.
Inherited from
FsBaseInstrument.nodeName
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:16110
nodeType
• Readonly
nodeType: number
Returns the type of node.
Inherited from
FsBaseInstrument.nodeType
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:16116
nodeValue
• nodeValue: null
| string
Inherited from
FsBaseInstrument.nodeValue
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:16118
nonce
• Optional
nonce: string
Inherited from
FsBaseInstrument.nonce
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:12049
offsetHeight
• Readonly
offsetHeight: number
Inherited from
FsBaseInstrument.offsetHeight
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:10070
offsetLeft
• Readonly
offsetLeft: number
Inherited from
FsBaseInstrument.offsetLeft
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:10072
offsetParent
• Readonly
offsetParent: null
| Element
Inherited from
FsBaseInstrument.offsetParent
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:10074
offsetTop
• Readonly
offsetTop: number
Inherited from
FsBaseInstrument.offsetTop
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:10076
offsetWidth
• Readonly
offsetWidth: number
Inherited from
FsBaseInstrument.offsetWidth
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:10078
onCSSApplied
• onCSSApplied: Promise
<void
>
Inherited from
FsBaseInstrument.onCSSApplied
Defined in
src/msfstypes/js/common.d.ts:418
onResourceLoaded
• Protected
onResourceLoaded: (e
: CustomEvent
<any
>) => void
Type declaration
▸ (e
): void
Parameters
Name | Type |
---|---|
e | CustomEvent <any > |
Returns
void
Inherited from
FsBaseInstrument.onResourceLoaded
Defined in
src/msfstypes/js/common.d.ts:424
onabort
• onabort: null
| (this
: GlobalEventHandlers
, ev
: UIEvent
) => any
Fires when the user aborts the download.
Param
The event.
Inherited from
FsBaseInstrument.onabort
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:8948
onanimationcancel
• onanimationcancel: null
| (this
: GlobalEventHandlers
, ev
: AnimationEvent
) => any
Inherited from
FsBaseInstrument.onanimationcancel
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:8950
onanimationend
• onanimationend: null
| (this
: GlobalEventHandlers
, ev
: AnimationEvent
) => any
Inherited from
FsBaseInstrument.onanimationend
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:8952
onanimationiteration
• onanimationiteration: null
| (this
: GlobalEventHandlers
, ev
: AnimationEvent
) => any
Inherited from
FsBaseInstrument.onanimationiteration
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:8954
onanimationstart
• onanimationstart: null
| (this
: GlobalEventHandlers
, ev
: AnimationEvent
) => any
Inherited from
FsBaseInstrument.onanimationstart
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:8956
onauxclick
• onauxclick: null
| (this
: GlobalEventHandlers
, ev
: MouseEvent
) => any
Inherited from
FsBaseInstrument.onauxclick
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:8958
onbeforeinput
• onbeforeinput: null
| (this
: GlobalEventHandlers
, ev
: InputEvent
) => any
Inherited from
FsBaseInstrument.onbeforeinput
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:8960
onblur
• onblur: null
| (this
: GlobalEventHandlers
, ev
: FocusEvent
) => any
Fires when the object loses the input focus.
Param
The focus event.
Inherited from
FsBaseInstrument.onblur
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:8967
oncancel
• oncancel: null
| (this
: GlobalEventHandlers
, ev
: Event
) => any
Inherited from
FsBaseInstrument.oncancel
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:8969
oncanplay
• oncanplay: null
| (this
: GlobalEventHandlers
, ev
: Event
) => any
Occurs when playback is possible, but would require further buffering.
Param
The event.
Inherited from
FsBaseInstrument.oncanplay
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:8976
oncanplaythrough
• oncanplaythrough: null
| (this
: GlobalEventHandlers
, ev
: Event
) => any
Inherited from
FsBaseInstrument.oncanplaythrough
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:8978
onchange
• onchange: null
| (this
: GlobalEventHandlers
, ev
: Event
) => any
Fires when the contents of the object or selection have changed.
Param
The event.
Inherited from
FsBaseInstrument.onchange
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:8985
onclick
• onclick: null
| (this
: GlobalEventHandlers
, ev
: MouseEvent
) => any
Fires when the user clicks the left mouse button on the object
Param
The mouse event.
Inherited from
FsBaseInstrument.onclick
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:8992
onclose
• onclose: null
| (this
: GlobalEventHandlers
, ev
: Event
) => any
Inherited from
FsBaseInstrument.onclose
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:8994
oncontextmenu
• oncontextmenu: null
| (this
: GlobalEventHandlers
, ev
: MouseEvent
) => any
Fires when the user clicks the right mouse button in the client area, opening the context menu.
Param
The mouse event.
Inherited from
FsBaseInstrument.oncontextmenu
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:9001
oncopy
• oncopy: null
| (this
: GlobalEventHandlers
, ev
: ClipboardEvent
) => any
Inherited from
FsBaseInstrument.oncopy
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:9003
oncuechange
• oncuechange: null
| (this
: GlobalEventHandlers
, ev
: Event
) => any
Inherited from
FsBaseInstrument.oncuechange
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:9005
oncut
• oncut: null
| (this
: GlobalEventHandlers
, ev
: ClipboardEvent
) => any
Inherited from
FsBaseInstrument.oncut
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:9007
ondblclick
• ondblclick: null
| (this
: GlobalEventHandlers
, ev
: MouseEvent
) => any
Fires when the user double-clicks the object.
Param
The mouse event.
Inherited from
FsBaseInstrument.ondblclick
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:9014
ondrag
• ondrag: null
| (this
: GlobalEventHandlers
, ev
: DragEvent
) => any
Fires on the source object continuously during a drag operation.
Param
The event.
Inherited from
FsBaseInstrument.ondrag
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:9021
ondragend
• ondragend: null
| (this
: GlobalEventHandlers
, ev
: DragEvent
) => any
Fires on the source object when the user releases the mouse at the close of a drag operation.
Param
The event.
Inherited from
FsBaseInstrument.ondragend
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:9028
ondragenter
• ondragenter: null
| (this
: GlobalEventHandlers
, ev
: DragEvent
) => any
Fires on the target element when the user drags the object to a valid drop target.
Param
The drag event.
Inherited from
FsBaseInstrument.ondragenter
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:9035
ondragleave
• ondragleave: null
| (this
: GlobalEventHandlers
, ev
: DragEvent
) => any
Fires on the target object when the user moves the mouse out of a valid drop target during a drag operation.
Param
The drag event.
Inherited from
FsBaseInstrument.ondragleave
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:9042
ondragover
• ondragover: null
| (this
: GlobalEventHandlers
, ev
: DragEvent
) => any
Fires on the target element continuously while the user drags the object over a valid drop target.
Param
The event.
Inherited from
FsBaseInstrument.ondragover
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:9049
ondragstart
• ondragstart: null
| (this
: GlobalEventHandlers
, ev
: DragEvent
) => any
Fires on the source object when the user starts to drag a text selection or selected object.
Param
The event.
Inherited from
FsBaseInstrument.ondragstart
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:9056
ondrop
• ondrop: null
| (this
: GlobalEventHandlers
, ev
: DragEvent
) => any
Inherited from
FsBaseInstrument.ondrop
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:9058
ondurationchange
• ondurationchange: null
| (this
: GlobalEventHandlers
, ev
: Event
) => any
Occurs when the duration attribute is updated.
Param
The event.
Inherited from
FsBaseInstrument.ondurationchange
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:9065
onemptied
• onemptied: null
| (this
: GlobalEventHandlers
, ev
: Event
) => any
Occurs when the media element is reset to its initial state.
Param
The event.
Inherited from
FsBaseInstrument.onemptied
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:9072
onended
• onended: null
| (this
: GlobalEventHandlers
, ev
: Event
) => any
Occurs when the end of playback is reached.
Param
The event
Inherited from
FsBaseInstrument.onended
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:9079
onerror
• onerror: OnErrorEventHandler
Fires when an error occurs during object loading.
Param
The event.
Inherited from
FsBaseInstrument.onerror
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:9086
onfocus
• onfocus: null
| (this
: GlobalEventHandlers
, ev
: FocusEvent
) => any
Fires when the object receives focus.
Param
The event.
Inherited from
FsBaseInstrument.onfocus
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:9093
onformdata
• onformdata: null
| (this
: GlobalEventHandlers
, ev
: FormDataEvent
) => any
Inherited from
FsBaseInstrument.onformdata
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:9095
onfullscreenchange
• onfullscreenchange: null
| (this
: Element
, ev
: Event
) => any
Inherited from
FsBaseInstrument.onfullscreenchange
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:7640
onfullscreenerror
• onfullscreenerror: null
| (this
: Element
, ev
: Event
) => any
Inherited from
FsBaseInstrument.onfullscreenerror
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:7642
ongotpointercapture
• ongotpointercapture: null
| (this
: GlobalEventHandlers
, ev
: PointerEvent
) => any
Inherited from
FsBaseInstrument.ongotpointercapture
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:9097
oninput
• oninput: null
| (this
: GlobalEventHandlers
, ev
: Event
) => any
Inherited from
FsBaseInstrument.oninput
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:9099
oninvalid
• oninvalid: null
| (this
: GlobalEventHandlers
, ev
: Event
) => any
Inherited from
FsBaseInstrument.oninvalid
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:9101
onkeydown
• onkeydown: null
| (this
: GlobalEventHandlers
, ev
: KeyboardEvent
) => any
Fires when the user presses a key.
Param
The keyboard event
Inherited from
FsBaseInstrument.onkeydown
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:9108
onkeypress
• onkeypress: null
| (this
: GlobalEventHandlers
, ev
: KeyboardEvent
) => any
Fires when the user presses an alphanumeric key.
Param
The event.
Deprecated
Inherited from
FsBaseInstrument.onkeypress
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:9116
onkeyup
• onkeyup: null
| (this
: GlobalEventHandlers
, ev
: KeyboardEvent
) => any
Fires when the user releases a key.
Param
The keyboard event
Inherited from
FsBaseInstrument.onkeyup
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:9123
onload
• onload: null
| (this
: GlobalEventHandlers
, ev
: Event
) => any
Fires immediately after the browser loads the object.
Param
The event.
Inherited from
FsBaseInstrument.onload
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:9130
onloadeddata
• onloadeddata: null
| (this
: GlobalEventHandlers
, ev
: Event
) => any
Occurs when media data is loaded at the current playback position.
Param
The event.
Inherited from
FsBaseInstrument.onloadeddata
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:9137
onloadedmetadata
• onloadedmetadata: null
| (this
: GlobalEventHandlers
, ev
: Event
) => any
Occurs when the duration and dimensions of the media have been determined.
Param
The event.
Inherited from
FsBaseInstrument.onloadedmetadata
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:9144
onloadstart
• onloadstart: null
| (this
: GlobalEventHandlers
, ev
: Event
) => any
Occurs when Internet Explorer begins looking for media data.
Param
The event.
Inherited from
FsBaseInstrument.onloadstart
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:9151
onlostpointercapture
• onlostpointercapture: null
| (this
: GlobalEventHandlers
, ev
: PointerEvent
) => any
Inherited from
FsBaseInstrument.onlostpointercapture
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:9153
onmousedown
• onmousedown: null
| (this
: GlobalEventHandlers
, ev
: MouseEvent
) => any
Fires when the user clicks the object with either mouse button.
Param
The mouse event.
Inherited from
FsBaseInstrument.onmousedown
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:9160
onmouseenter
• onmouseenter: null
| (this
: GlobalEventHandlers
, ev
: MouseEvent
) => any
Inherited from
FsBaseInstrument.onmouseenter
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:9162
onmouseleave
• onmouseleave: null
| (this
: GlobalEventHandlers
, ev
: MouseEvent
) => any
Inherited from
FsBaseInstrument.onmouseleave
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:9164
onmousemove
• onmousemove: null
| (this
: GlobalEventHandlers
, ev
: MouseEvent
) => any
Fires when the user moves the mouse over the object.
Param
The mouse event.
Inherited from
FsBaseInstrument.onmousemove
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:9171
onmouseout
• onmouseout: null
| (this
: GlobalEventHandlers
, ev
: MouseEvent
) => any
Fires when the user moves the mouse pointer outside the boundaries of the object.
Param
The mouse event.
Inherited from
FsBaseInstrument.onmouseout
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:9178
onmouseover
• onmouseover: null
| (this
: GlobalEventHandlers
, ev
: MouseEvent
) => any
Fires when the user moves the mouse pointer into the object.
Param
The mouse event.
Inherited from
FsBaseInstrument.onmouseover
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:9185
onmouseup
• onmouseup: null
| (this
: GlobalEventHandlers
, ev
: MouseEvent
) => any
Fires when the user releases a mouse button while the mouse is over the object.
Param
The mouse event.
Inherited from
FsBaseInstrument.onmouseup
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:9192
onpaste
• onpaste: null
| (this
: GlobalEventHandlers
, ev
: ClipboardEvent
) => any
Inherited from
FsBaseInstrument.onpaste
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:9194
onpause
• onpause: null
| (this
: GlobalEventHandlers
, ev
: Event
) => any
Occurs when playback is paused.
Param
The event.
Inherited from
FsBaseInstrument.onpause
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:9201
onplay
• onplay: null
| (this
: GlobalEventHandlers
, ev
: Event
) => any
Occurs when the play method is requested.
Param
The event.
Inherited from
FsBaseInstrument.onplay
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:9208
onplaying
• onplaying: null
| (this
: GlobalEventHandlers
, ev
: Event
) => any
Occurs when the audio or video has started playing.
Param
The event.
Inherited from
FsBaseInstrument.onplaying
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:9215
onpointercancel
• onpointercancel: null
| (this
: GlobalEventHandlers
, ev
: PointerEvent
) => any
Inherited from
FsBaseInstrument.onpointercancel
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:9217
onpointerdown
• onpointerdown: null
| (this
: GlobalEventHandlers
, ev
: PointerEvent
) => any
Inherited from
FsBaseInstrument.onpointerdown
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:9219
onpointerenter
• onpointerenter: null
| (this
: GlobalEventHandlers
, ev
: PointerEvent
) => any
Inherited from
FsBaseInstrument.onpointerenter
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:9221
onpointerleave
• onpointerleave: null
| (this
: GlobalEventHandlers
, ev
: PointerEvent
) => any
Inherited from
FsBaseInstrument.onpointerleave
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:9223
onpointermove
• onpointermove: null
| (this
: GlobalEventHandlers
, ev
: PointerEvent
) => any
Inherited from
FsBaseInstrument.onpointermove
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:9225
onpointerout
• onpointerout: null
| (this
: GlobalEventHandlers
, ev
: PointerEvent
) => any
Inherited from
FsBaseInstrument.onpointerout
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:9227
onpointerover
• onpointerover: null
| (this
: GlobalEventHandlers
, ev
: PointerEvent
) => any
Inherited from
FsBaseInstrument.onpointerover
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:9229
onpointerup
• onpointerup: null
| (this
: GlobalEventHandlers
, ev
: PointerEvent
) => any
Inherited from
FsBaseInstrument.onpointerup
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:9231
onprogress
• onprogress: null
| (this
: GlobalEventHandlers
, ev
: ProgressEvent
<EventTarget
>) => any
Occurs to indicate progress while downloading media data.
Param
The event.
Inherited from
FsBaseInstrument.onprogress
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:9238
onratechange
• onratechange: null
| (this
: GlobalEventHandlers
, ev
: Event
) => any
Occurs when the playback rate is increased or decreased.
Param
The event.
Inherited from
FsBaseInstrument.onratechange
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:9245
onreset
• onreset: null
| (this
: GlobalEventHandlers
, ev
: Event
) => any
Fires when the user resets a form.
Param
The event.
Inherited from
FsBaseInstrument.onreset
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:9252
onresize
• onresize: null
| (this
: GlobalEventHandlers
, ev
: UIEvent
) => any
Inherited from
FsBaseInstrument.onresize
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:9254
onscroll
• onscroll: null
| (this
: GlobalEventHandlers
, ev
: Event
) => any
Fires when the user repositions the scroll box in the scroll bar on the object.
Param
The event.
Inherited from
FsBaseInstrument.onscroll
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:9261
onscrollend
• onscrollend: null
| (this
: GlobalEventHandlers
, ev
: Event
) => any
Inherited from
FsBaseInstrument.onscrollend
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:9263
onsecuritypolicyviolation
• onsecuritypolicyviolation: null
| (this
: GlobalEventHandlers
, ev
: SecurityPolicyViolationEvent
) => any
Inherited from
FsBaseInstrument.onsecuritypolicyviolation
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:9265
onseeked
• onseeked: null
| (this
: GlobalEventHandlers
, ev
: Event
) => any
Occurs when the seek operation ends.
Param
The event.
Inherited from
FsBaseInstrument.onseeked
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:9272
onseeking
• onseeking: null
| (this
: GlobalEventHandlers
, ev
: Event
) => any
Occurs when the current playback position is moved.
Param
The event.
Inherited from
FsBaseInstrument.onseeking
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:9279
onselect
• onselect: null
| (this
: GlobalEventHandlers
, ev
: Event
) => any
Fires when the current selection changes.
Param
The event.
Inherited from
FsBaseInstrument.onselect
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:9286
onselectionchange
• onselectionchange: null
| (this
: GlobalEventHandlers
, ev
: Event
) => any
Inherited from
FsBaseInstrument.onselectionchange
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:9288
onselectstart
• onselectstart: null
| (this
: GlobalEventHandlers
, ev
: Event
) => any
Inherited from
FsBaseInstrument.onselectstart
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:9290
onslotchange
• onslotchange: null
| (this
: GlobalEventHandlers
, ev
: Event
) => any
Inherited from
FsBaseInstrument.onslotchange
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:9292
onstalled
• onstalled: null
| (this
: GlobalEventHandlers
, ev
: Event
) => any
Occurs when the download has stopped.
Param
The event.
Inherited from
FsBaseInstrument.onstalled
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:9299
onsubmit
• onsubmit: null
| (this
: GlobalEventHandlers
, ev
: SubmitEvent
) => any
Inherited from
FsBaseInstrument.onsubmit
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:9301
onsuspend
• onsuspend: null
| (this
: GlobalEventHandlers
, ev
: Event
) => any
Occurs if the load operation has been intentionally halted.
Param
The event.
Inherited from
FsBaseInstrument.onsuspend
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:9308
ontimeupdate
• ontimeupdate: null
| (this
: GlobalEventHandlers
, ev
: Event
) => any
Occurs to indicate the current playback position.
Param
The event.
Inherited from
FsBaseInstrument.ontimeupdate
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:9315
ontoggle
• ontoggle: null
| (this
: GlobalEventHandlers
, ev
: Event
) => any
Inherited from
FsBaseInstrument.ontoggle
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:9317
ontouchcancel
• Optional
ontouchcancel: null
| (this
: GlobalEventHandlers
, ev
: TouchEvent
) => any
Inherited from
FsBaseInstrument.ontouchcancel
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:9319
ontouchend
• Optional
ontouchend: null
| (this
: GlobalEventHandlers
, ev
: TouchEvent
) => any
Inherited from
FsBaseInstrument.ontouchend
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:9321
ontouchmove
• Optional
ontouchmove: null
| (this
: GlobalEventHandlers
, ev
: TouchEvent
) => any
Inherited from
FsBaseInstrument.ontouchmove
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:9323
ontouchstart
• Optional
ontouchstart: null
| (this
: GlobalEventHandlers
, ev
: TouchEvent
) => any
Inherited from
FsBaseInstrument.ontouchstart
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:9325
ontransitioncancel
• ontransitioncancel: null
| (this
: GlobalEventHandlers
, ev
: TransitionEvent
) => any
Inherited from
FsBaseInstrument.ontransitioncancel
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:9327
ontransitionend
• ontransitionend: null
| (this
: GlobalEventHandlers
, ev
: TransitionEvent
) => any
Inherited from
FsBaseInstrument.ontransitionend
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:9329
ontransitionrun
• ontransitionrun: null
| (this
: GlobalEventHandlers
, ev
: TransitionEvent
) => any
Inherited from
FsBaseInstrument.ontransitionrun
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:9331
ontransitionstart
• ontransitionstart: null
| (this
: GlobalEventHandlers
, ev
: TransitionEvent
) => any
Inherited from
FsBaseInstrument.ontransitionstart
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:9333
onvolumechange
• onvolumechange: null
| (this
: GlobalEventHandlers
, ev
: Event
) => any
Occurs when the volume is changed, or playback is muted or unmuted.
Param
The event.
Inherited from
FsBaseInstrument.onvolumechange
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:9340
onwaiting
• onwaiting: null
| (this
: GlobalEventHandlers
, ev
: Event
) => any
Occurs when playback stops because the next frame of a video resource is not available.
Param
The event.
Inherited from
FsBaseInstrument.onwaiting
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:9347
onwebkitanimationend
• onwebkitanimationend: null
| (this
: GlobalEventHandlers
, ev
: Event
) => any
Deprecated
This is a legacy alias of onanimationend
.
Inherited from
FsBaseInstrument.onwebkitanimationend
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:9353
onwebkitanimationiteration
• onwebkitanimationiteration: null
| (this
: GlobalEventHandlers
, ev
: Event
) => any
Deprecated
This is a legacy alias of onanimationiteration
.
Inherited from
FsBaseInstrument.onwebkitanimationiteration
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:9359
onwebkitanimationstart
• onwebkitanimationstart: null
| (this
: GlobalEventHandlers
, ev
: Event
) => any
Deprecated
This is a legacy alias of onanimationstart
.
Inherited from
FsBaseInstrument.onwebkitanimationstart
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:9365
onwebkittransitionend
• onwebkittransitionend: null
| (this
: GlobalEventHandlers
, ev
: Event
) => any
Deprecated
This is a legacy alias of ontransitionend
.
Inherited from
FsBaseInstrument.onwebkittransitionend
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:9371
onwheel
• onwheel: null
| (this
: GlobalEventHandlers
, ev
: WheelEvent
) => any
Inherited from
FsBaseInstrument.onwheel
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:9373
outerHTML
• outerHTML: string
Inherited from
FsBaseInstrument.outerHTML
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:7644
outerText
• outerText: string
Inherited from
FsBaseInstrument.outerText
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:10080
ownerDocument
• Readonly
ownerDocument: Document
Inherited from
FsBaseInstrument.ownerDocument
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:7645
parentElement
• Readonly
parentElement: null
| HTMLElement
Returns the parent element.
Inherited from
FsBaseInstrument.parentElement
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:16130
parentNode
• Readonly
parentNode: null
| ParentNode
Returns the parent.
Inherited from
FsBaseInstrument.parentNode
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:16136
part
• Readonly
part: DOMTokenList
Inherited from
FsBaseInstrument.part
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:7647
popover
• popover: null
| string
Inherited from
FsBaseInstrument.popover
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:10082
prefix
• Readonly
prefix: null
| string
Returns the namespace prefix.
Inherited from
FsBaseInstrument.prefix
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:7653
previousElementSibling
• Readonly
previousElementSibling: null
| Element
Returns the first preceding sibling that is an element, and null otherwise.
Inherited from
FsBaseInstrument.previousElementSibling
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:16360
previousSibling
• Readonly
previousSibling: null
| ChildNode
Returns the previous sibling.
Inherited from
FsBaseInstrument.previousSibling
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:16142
requestPadFilterRectInfo
• Protected
requestPadFilterRectInfo: () => void
Type declaration
▸ (): void
Returns
void
Inherited from
FsBaseInstrument.requestPadFilterRectInfo
Defined in
src/msfstypes/js/common.d.ts:377
reversionaryMode
• Protected
reversionaryMode: boolean
Inherited from
FsBaseInstrument.reversionaryMode
Defined in
src/msfstypes/pages/vcockpit/instruments/shared/baseinstrument.d.ts:26
role
• role: null
| string
Inherited from
FsBaseInstrument.role
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:2281
screenState
• Protected
screenState: ScreenState
Inherited from
FsBaseInstrument.screenState
Defined in
src/msfstypes/pages/vcockpit/instruments/shared/baseinstrument.d.ts:25
scrollHeight
• Readonly
scrollHeight: number
Inherited from
FsBaseInstrument.scrollHeight
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:7655
scrollLeft
• scrollLeft: number
Inherited from
FsBaseInstrument.scrollLeft
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:7657
scrollTop
• scrollTop: number
Inherited from
FsBaseInstrument.scrollTop
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:7659
scrollWidth
• Readonly
scrollWidth: number
Inherited from
FsBaseInstrument.scrollWidth
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:7661
sendSizeUpdate
• sendSizeUpdate: () => void
Type declaration
▸ (): void
Returns
void
Inherited from
FsBaseInstrument.sendSizeUpdate
Defined in
src/msfstypes/js/common.d.ts:402
shadowRoot
• Readonly
shadowRoot: null
| ShadowRoot
Returns element's shadow root, if any, and if shadow root's mode is "open", and null otherwise.
Inherited from
FsBaseInstrument.shadowRoot
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:7667
slot
• slot: string
Returns the value of element's slot content attribute. Can be set to change it.
Inherited from
FsBaseInstrument.slot
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:7673
spellcheck
• spellcheck: boolean
Inherited from
FsBaseInstrument.spellcheck
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:10084
startTime
• Protected
startTime: number
Inherited from
FsBaseInstrument.startTime
Defined in
src/msfstypes/pages/vcockpit/instruments/shared/baseinstrument.d.ts:15
style
• Readonly
style: CSSStyleDeclaration
Inherited from
FsBaseInstrument.style
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:7857
tabIndex
• tabIndex: number
Inherited from
FsBaseInstrument.tabIndex
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:12051
tagName
• Readonly
tagName: string
Returns the HTML-uppercased qualified name.
Inherited from
FsBaseInstrument.tagName
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:7679
textContent
• textContent: null
| string
Inherited from
FsBaseInstrument.textContent
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:16144
title
• title: string
Inherited from
FsBaseInstrument.title
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:10086
translate
• translate: boolean
Inherited from
FsBaseInstrument.translate
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:10087
urlConfig
• urlConfig: URLConfig
Inherited from
FsBaseInstrument.urlConfig
Defined in
src/msfstypes/pages/vcockpit/instruments/shared/baseinstrument.d.ts:12
xmlConfig
• xmlConfig: Document
Inherited from
FsBaseInstrument.xmlConfig
Defined in
src/msfstypes/pages/vcockpit/instruments/shared/baseinstrument.d.ts:13
allInstrumentsLoaded
▪ Static
allInstrumentsLoaded: boolean
Inherited from
FsBaseInstrument.allInstrumentsLoaded
Defined in
src/msfstypes/pages/vcockpit/instruments/shared/baseinstrument.d.ts:9
useSvgImages
▪ Static
useSvgImages: boolean
Inherited from
FsBaseInstrument.useSvgImages
Defined in
src/msfstypes/pages/vcockpit/instruments/shared/baseinstrument.d.ts:10
Accessors
IsGlassCockpit
• get
IsGlassCockpit(): boolean
Returns
boolean
Inherited from
FsBaseInstrument.IsGlassCockpit
Defined in
src/msfstypes/pages/vcockpit/instruments/shared/baseinstrument.d.ts:51
autoInside
• get
autoInside(): boolean
Returns
boolean
Inherited from
FsBaseInstrument.autoInside
Defined in
src/msfstypes/js/common.d.ts:408
canBeSelected
• get
canBeSelected(): boolean
Returns
boolean
Inherited from
FsBaseInstrument.canBeSelected
Defined in
src/msfstypes/js/common.d.ts:369
canEnterKeysMode
• get
canEnterKeysMode(): boolean
Returns
boolean
Inherited from
FsBaseInstrument.canEnterKeysMode
Defined in
src/msfstypes/js/common.d.ts:326
• set
canEnterKeysMode(val
): void
Parameters
Name | Type |
---|---|
val | boolean |
Returns
void
Inherited from
FsBaseInstrument.canEnterKeysMode
Defined in
src/msfstypes/js/common.d.ts:327
childActiveClass
• get
childActiveClass(): string
Returns
string
Inherited from
FsBaseInstrument.childActiveClass
Defined in
src/msfstypes/js/common.d.ts:323
deltaTime
• get
deltaTime(): number
Returns
number
Inherited from
FsBaseInstrument.deltaTime
Defined in
src/msfstypes/pages/vcockpit/instruments/shared/baseinstrument.d.ts:53
disabled
• get
disabled(): boolean
Returns
boolean
Inherited from
FsBaseInstrument.disabled
Defined in
src/msfstypes/js/common.d.ts:364
• set
disabled(bool
): void
Parameters
Name | Type |
---|---|
bool | boolean |
Returns
void
Inherited from
FsBaseInstrument.disabled
Defined in
src/msfstypes/js/common.d.ts:361
enabled
• get
enabled(): boolean
Returns
boolean
Inherited from
FsBaseInstrument.enabled
Defined in
src/msfstypes/js/common.d.ts:358
facilityLoader
• get
facilityLoader(): FacilityLoader
Returns
FacilityLoader
Inherited from
FsBaseInstrument.facilityLoader
Defined in
src/msfstypes/pages/vcockpit/instruments/shared/baseinstrument.d.ts:56
flightPlanManager
• get
flightPlanManager(): FlightPlanManager
Returns
FlightPlanManager
Inherited from
FsBaseInstrument.flightPlanManager
Defined in
src/msfstypes/pages/vcockpit/instruments/shared/baseinstrument.d.ts:55
focused
• get
focused(): boolean
Returns
boolean
Inherited from
FsBaseInstrument.focused
Defined in
src/msfstypes/js/common.d.ts:387
forceNoKeyNavigation
• get
forceNoKeyNavigation(): boolean
Returns
boolean
Inherited from
FsBaseInstrument.forceNoKeyNavigation
Defined in
src/msfstypes/js/common.d.ts:368
frameCount
• get
frameCount(): number
Returns
number
Inherited from
FsBaseInstrument.frameCount
Defined in
src/msfstypes/pages/vcockpit/instruments/shared/baseinstrument.d.ts:54
globalGridColumn
• get
globalGridColumn(): string
[]
Returns
string
[]
Inherited from
FsBaseInstrument.globalGridColumn
Defined in
src/msfstypes/js/common.d.ts:348
globalGridColumnEnd
• get
globalGridColumnEnd(): string
[]
Returns
string
[]
Inherited from
FsBaseInstrument.globalGridColumnEnd
Defined in
src/msfstypes/js/common.d.ts:349
globalGridRow
• get
globalGridRow(): string
[]
Returns
string
[]
Inherited from
FsBaseInstrument.globalGridRow
Defined in
src/msfstypes/js/common.d.ts:350
globalGridRowEnd
• get
globalGridRowEnd(): string
[]
Returns
string
[]
Inherited from
FsBaseInstrument.globalGridRowEnd
Defined in
src/msfstypes/js/common.d.ts:351
initialized
• get
initialized(): boolean
Returns
boolean
Inherited from
FsBaseInstrument.initialized
Defined in
src/msfstypes/pages/vcockpit/instruments/shared/baseinstrument.d.ts:47
instrumentIdentifier
• get
instrumentIdentifier(): string
Returns
string
Inherited from
FsBaseInstrument.instrumentIdentifier
Defined in
src/msfstypes/pages/vcockpit/instruments/shared/baseinstrument.d.ts:48
instrumentIndex
• get
instrumentIndex(): number
Returns
number
Inherited from
FsBaseInstrument.instrumentIndex
Defined in
src/msfstypes/pages/vcockpit/instruments/shared/baseinstrument.d.ts:49
isInteractive
• get
isInteractive(): boolean
Whether or not the instrument is interactive (a touchscreen instrument).
Returns
boolean
True
Inherited from
FsBaseInstrument.isInteractive
Defined in
src/sdk/FsInstrument.ts:86
isPrimary
• get
isPrimary(): boolean
Returns
boolean
Inherited from
FsBaseInstrument.isPrimary
Defined in
src/msfstypes/pages/vcockpit/instruments/shared/baseinstrument.d.ts:52
loading
• get
loading(): boolean
Returns
boolean
Inherited from
FsBaseInstrument.loading
Defined in
src/msfstypes/js/common.d.ts:372
• set
loading(val
): void
Parameters
Name | Type |
---|---|
val | boolean |
Returns
void
Inherited from
FsBaseInstrument.loading
Defined in
src/msfstypes/js/common.d.ts:373
loadingText
• get
loadingText(): string
Returns
string
Inherited from
FsBaseInstrument.loadingText
Defined in
src/msfstypes/js/common.d.ts:374
• set
loadingText(val
): void
Parameters
Name | Type |
---|---|
val | string |
Returns
void
Inherited from
FsBaseInstrument.loadingText
Defined in
src/msfstypes/js/common.d.ts:375
localGrid
• get
localGrid(): GridPosition
Returns
GridPosition
Inherited from
FsBaseInstrument.localGrid
Defined in
src/msfstypes/js/common.d.ts:338
localgridColumn
• get
localgridColumn(): string
Returns
string
Inherited from
FsBaseInstrument.localgridColumn
Defined in
src/msfstypes/js/common.d.ts:339
• set
localgridColumn(value
): void
Parameters
Name | Type |
---|---|
value | string |
Returns
void
Inherited from
FsBaseInstrument.localgridColumn
Defined in
src/msfstypes/js/common.d.ts:343
localgridColumnEnd
• get
localgridColumnEnd(): string
Returns
string
Inherited from
FsBaseInstrument.localgridColumnEnd
Defined in
src/msfstypes/js/common.d.ts:340
localgridRow
• get
localgridRow(): string
Returns
string
Inherited from
FsBaseInstrument.localgridRow
Defined in
src/msfstypes/js/common.d.ts:341
localgridRowEnd
• get
localgridRowEnd(): string
Returns
string
Inherited from
FsBaseInstrument.localgridRowEnd
Defined in
src/msfstypes/js/common.d.ts:342
locked
• get
locked(): boolean
Returns
boolean
Inherited from
FsBaseInstrument.locked
Defined in
src/msfstypes/js/common.d.ts:370
• set
locked(val
): void
Parameters
Name | Type |
---|---|
val | boolean |
Returns
void
Inherited from
FsBaseInstrument.locked
Defined in
src/msfstypes/js/common.d.ts:371
templateID
• get
templateID(): string
The instrument template ID.
Returns
string
The instrument template ID.
Inherited from
FsBaseInstrument.templateID
Defined in
src/sdk/FsInstrument.ts:26
observedAttributes
• get
observedAttributes(): string
[]
Returns
string
[]
Inherited from
FsBaseInstrument.observedAttributes
Defined in
src/msfstypes/js/common.d.ts:380
Methods
Init
▸ Init(): void
Returns
void
Inherited from
FsBaseInstrument.Init
Defined in
src/msfstypes/pages/vcockpit/instruments/shared/baseinstrument.d.ts:59
Instanciate
▸ Instanciate(_forcedTemplate?
): any
Parameters
Name | Type |
---|---|
_forcedTemplate? | string |
Returns
any
Inherited from
FsBaseInstrument.Instanciate
Defined in
src/msfstypes/js/common.d.ts:419
Update
▸ Update(): void
Update method called by BaseInstrument
Returns
void
Inherited from
FsBaseInstrument.Update
Defined in
src/sdk/FsInstrument.ts:44
acknowledgeInit
▸ acknowledgeInit(): void
Returns
void
Inherited from
FsBaseInstrument.acknowledgeInit
Defined in
src/msfstypes/pages/vcockpit/instruments/shared/baseinstrument.d.ts:91
addEventListener
▸ addEventListener<K
>(type
, listener
, options?
): void
Type parameters
Name | Type |
---|---|
K | extends keyof HTMLElementEventMap |
Parameters
Name | Type |
---|---|
type | K |
listener | (this : HTMLElement , ev : HTMLElementEventMap [K ]) => any |
options? | boolean | AddEventListenerOptions |
Returns
void
Inherited from
FsBaseInstrument.addEventListener
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:10098
▸ addEventListener(type
, listener
, options?
): void
Parameters
Name | Type |
---|---|
type | string |
listener | EventListenerOrEventListenerObject |
options? | boolean | AddEventListenerOptions |
Returns
void
Inherited from
FsBaseInstrument.addEventListener
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:10099
after
▸ after(...nodes
): void
Inserts nodes just after node, while replacing strings in nodes with equivalent Text nodes.
Throws a "HierarchyRequestError" DOMException if the constraints of the node tree are violated.
Parameters
Name | Type |
---|---|
...nodes | (string | Node )[] |
Returns
void
Inherited from
FsBaseInstrument.after
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:5599
alwaysUpdate
▸ alwaysUpdate(_element
, _val
): void
Parameters
Name | Type |
---|---|
_element | Updatable |
_val | boolean |
Returns
void
Inherited from
FsBaseInstrument.alwaysUpdate
Defined in
src/msfstypes/pages/vcockpit/instruments/shared/baseinstrument.d.ts:113
animate
▸ animate(keyframes
, options?
): Animation
Parameters
Name | Type |
---|---|
keyframes | null | Keyframe [] | PropertyIndexedKeyframes |
options? | number | KeyframeAnimationOptions |
Returns
Animation
Inherited from
FsBaseInstrument.animate
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:2431
append
▸ append(...nodes
): void
Inserts nodes after the last child of node, while replacing strings in nodes with equivalent Text nodes.
Throws a "HierarchyRequestError" DOMException if the constraints of the node tree are violated.
Parameters
Name | Type |
---|---|
...nodes | (string | Node )[] |
Returns
void
Inherited from
FsBaseInstrument.append
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:16789
appendChild
▸ appendChild<T
>(node
): T
Type parameters
Name | Type |
---|---|
T | extends Node |
Parameters
Name | Type |
---|---|
node | T |
Returns
T
Inherited from
FsBaseInstrument.appendChild
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:16146
appendContent
▸ appendContent(element
): void
Parameters
Name | Type |
---|---|
element | HTMLElement |
Returns
void
Inherited from
FsBaseInstrument.appendContent
Defined in
src/msfstypes/js/common.d.ts:422
applyDataInputGroup
▸ applyDataInputGroup(): void
Returns
void
Inherited from
FsBaseInstrument.applyDataInputGroup
Defined in
src/msfstypes/js/common.d.ts:378
attachInternals
▸ attachInternals(): ElementInternals
Returns
ElementInternals
Inherited from
FsBaseInstrument.attachInternals
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:10089
attachShadow
▸ attachShadow(init
): ShadowRoot
Creates a shadow root for element and returns it.
Parameters
Name | Type |
---|---|
init | ShadowRootInit |
Returns
ShadowRoot
Inherited from
FsBaseInstrument.attachShadow
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:7685
attributeChangedCallback
▸ attributeChangedCallback(name
, oldValue
, newValue
): void
Parameters
Name | Type |
---|---|
name | any |
oldValue | any |
newValue | any |
Returns
void
Inherited from
FsBaseInstrument.attributeChangedCallback
Defined in
src/msfstypes/js/common.d.ts:381
before
▸ before(...nodes
): void
Inserts nodes just before node, while replacing strings in nodes with equivalent Text nodes.
Throws a "HierarchyRequestError" DOMException if the constraints of the node tree are violated.
Parameters
Name | Type |
---|---|
...nodes | (string | Node )[] |
Returns
void
Inherited from
FsBaseInstrument.before
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:5607
blur
▸ blur(): void
Returns
void
Inherited from
FsBaseInstrument.blur
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:12053
canBeSelectedDisabled
▸ canBeSelectedDisabled(): boolean
Returns
boolean
Inherited from
FsBaseInstrument.canBeSelectedDisabled
Defined in
src/msfstypes/js/common.d.ts:365
canBeSelectedLocked
▸ canBeSelectedLocked(): boolean
Returns
boolean
Inherited from
FsBaseInstrument.canBeSelectedLocked
Defined in
src/msfstypes/js/common.d.ts:366
canBeSelectedWithKeys
▸ canBeSelectedWithKeys(): boolean
Returns
boolean
Inherited from
FsBaseInstrument.canBeSelectedWithKeys
Defined in
src/msfstypes/js/common.d.ts:367
canUseScreenReader
▸ canUseScreenReader(): boolean
Returns
boolean
Inherited from
FsBaseInstrument.canUseScreenReader
Defined in
src/msfstypes/js/common.d.ts:322
checkVisibility
▸ checkVisibility(options?
): boolean
Parameters
Name | Type |
---|---|
options? | CheckVisibilityOptions |
Returns
boolean
Inherited from
FsBaseInstrument.checkVisibility
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:7686
clearAlwaysList
▸ clearAlwaysList(): void
Returns
void
Inherited from
FsBaseInstrument.clearAlwaysList
Defined in
src/msfstypes/pages/vcockpit/instruments/shared/baseinstrument.d.ts:115
clearHighlights
▸ clearHighlights(): void
Returns
void
Inherited from
FsBaseInstrument.clearHighlights
Defined in
src/msfstypes/pages/vcockpit/instruments/shared/baseinstrument.d.ts:67
clearPendingCalls
▸ clearPendingCalls(): void
Returns
void
Inherited from
FsBaseInstrument.clearPendingCalls
Defined in
src/msfstypes/pages/vcockpit/instruments/shared/baseinstrument.d.ts:112
click
▸ click(): void
Returns
void
Inherited from
FsBaseInstrument.click
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:10091
cloneNode
▸ cloneNode(deep?
): Node
Returns a copy of node. If deep is true, the copy also includes the node's descendants.
Parameters
Name | Type |
---|---|
deep? | boolean |
Returns
Node
Inherited from
FsBaseInstrument.cloneNode
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:16152
closest
▸ closest<K
>(selector
): null
| HTMLElementTagNameMap
[K
]
Returns the first (starting at element) inclusive ancestor that matches selectors, and null otherwise.
Type parameters
Name | Type |
---|---|
K | extends keyof HTMLElementTagNameMap |
Parameters
Name | Type |
---|---|
selector | K |
Returns
null
| HTMLElementTagNameMap
[K
]
Inherited from
FsBaseInstrument.closest
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:7692
▸ closest<K
>(selector
): null
| SVGElementTagNameMap
[K
]
Type parameters
Name | Type |
---|---|
K | extends keyof SVGElementTagNameMap |
Parameters
Name | Type |
---|---|
selector | K |
Returns
null
| SVGElementTagNameMap
[K
]
Inherited from
FsBaseInstrument.closest
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:7693
▸ closest<K
>(selector
): null
| MathMLElementTagNameMap
[K
]
Type parameters
Name | Type |
---|---|
K | extends keyof MathMLElementTagNameMap |
Parameters
Name | Type |
---|---|
selector | K |
Returns
null
| MathMLElementTagNameMap
[K
]
Inherited from
FsBaseInstrument.closest
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:7694
▸ closest<E
>(selectors
): null
| E
Type parameters
Name | Type |
---|---|
E | extends Element = Element |
Parameters
Name | Type |
---|---|
selectors | string |
Returns
null
| E
Inherited from
FsBaseInstrument.closest
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:7695
compareDocumentPosition
▸ compareDocumentPosition(other
): number
Returns a bitmask indicating the position of other relative to node.
Parameters
Name | Type |
---|---|
other | Node |
Returns
number
Inherited from
FsBaseInstrument.compareDocumentPosition
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:16158
computedStyleMap
▸ computedStyleMap(): StylePropertyMapReadOnly
Returns
StylePropertyMapReadOnly
Inherited from
FsBaseInstrument.computedStyleMap
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:7697
connectedCallback
▸ connectedCallback(): void
A callback called when the element is attached to the DOM.
Returns
void
Inherited from
FsBaseInstrument.connectedCallback
Defined in
src/sdk/FsInstrument.ts:36
constructInstrument
▸ constructInstrument(): T
Called during connectedCallback to construct the actual instrument class.
Returns
T
Inherited from
FsBaseInstrument.constructInstrument
Defined in
src/sdk/FsInstrument.ts:31
contains
▸ contains(other
): boolean
Returns true if other is an inclusive descendant of node, and false otherwise.
Parameters
Name | Type |
---|---|
other | null | Node |
Returns
boolean
Inherited from
FsBaseInstrument.contains
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:16164
convertPath
▸ convertPath(path
): string
Parameters
Name | Type |
---|---|
path | string |
Returns
string
Inherited from
FsBaseInstrument.convertPath
Defined in
src/msfstypes/js/common.d.ts:425
disable
▸ disable(bool
): void
Parameters
Name | Type |
---|---|
bool | boolean |
Returns
void
Inherited from
FsBaseInstrument.disable
Defined in
src/msfstypes/js/common.d.ts:360
disconnectedCallback
▸ disconnectedCallback(): void
Returns
void
Inherited from
FsBaseInstrument.disconnectedCallback
Defined in
src/msfstypes/pages/vcockpit/instruments/shared/baseinstrument.d.ts:58
dispatchEvent
▸ dispatchEvent(event
): boolean
Dispatches a synthetic event event to target and returns true if either event's cancelable attribute value is false or its preventDefault() method was not invoked, and false otherwise.
Parameters
Name | Type |
---|---|
event | Event |
Returns
boolean
Inherited from
FsBaseInstrument.dispatchEvent
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:8217
doUpdate
▸ doUpdate(): void
Returns
void
Inherited from
FsBaseInstrument.doUpdate
Defined in
src/msfstypes/pages/vcockpit/instruments/shared/baseinstrument.d.ts:83
enable
▸ enable(bool
): void
Parameters
Name | Type |
---|---|
bool | boolean |
Returns
void
Inherited from
FsBaseInstrument.enable
Defined in
src/msfstypes/js/common.d.ts:359
focus
▸ focus(): void
Returns
void
Inherited from
FsBaseInstrument.focus
Defined in
src/msfstypes/js/common.d.ts:386
focusByKeys
▸ focusByKeys(keycode?
): void
Parameters
Name | Type |
---|---|
keycode? | number |
Returns
void
Inherited from
FsBaseInstrument.focusByKeys
Defined in
src/msfstypes/js/common.d.ts:409
getAllFocusableChildren
▸ getAllFocusableChildren(): HTMLElement
[]
Returns
HTMLElement
[]
Inherited from
FsBaseInstrument.getAllFocusableChildren
Defined in
src/msfstypes/js/common.d.ts:392
getAnimations
▸ getAnimations(options?
): Animation
[]
Parameters
Name | Type |
---|---|
options? | GetAnimationsOptions |
Returns
Animation
[]
Inherited from
FsBaseInstrument.getAnimations
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:2433
getAspectRatio
▸ getAspectRatio(): number
Returns
number
Inherited from
FsBaseInstrument.getAspectRatio
Defined in
src/msfstypes/pages/vcockpit/instruments/shared/baseinstrument.d.ts:101
getAttribute
▸ getAttribute(qualifiedName
): null
| string
Returns element's first attribute whose qualified name is qualifiedName, and null if there is no such attribute otherwise.
Parameters
Name | Type |
---|---|
qualifiedName | string |
Returns
null
| string
Inherited from
FsBaseInstrument.getAttribute
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:7703
getAttributeNS
▸ getAttributeNS(namespace
, localName
): null
| string
Returns element's attribute whose namespace is namespace and local name is localName, and null if there is no such attribute otherwise.
Parameters
Name | Type |
---|---|
namespace | null | string |
localName | string |
Returns
null
| string
Inherited from
FsBaseInstrument.getAttributeNS
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:7709
getAttributeNames
▸ getAttributeNames(): string
[]
Returns the qualified names of all element's attributes. Can contain duplicates.
Returns
string
[]
Inherited from
FsBaseInstrument.getAttributeNames
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:7715
getAttributeNode
▸ getAttributeNode(qualifiedName
): null
| Attr
Parameters
Name | Type |
---|---|
qualifiedName | string |
Returns
null
| Attr
Inherited from
FsBaseInstrument.getAttributeNode
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:7717
getAttributeNodeNS
▸ getAttributeNodeNS(namespace
, localName
): null
| Attr
Parameters
Name | Type |
---|---|
namespace | null | string |
localName | string |
Returns
null
| Attr
Inherited from
FsBaseInstrument.getAttributeNodeNS
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:7719
getBoundingClientRect
▸ getBoundingClientRect(): DOMRect
Returns
DOMRect
Inherited from
FsBaseInstrument.getBoundingClientRect
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:7721
getChildById
▸ getChildById(_selector
): any
Parameters
Name | Type |
---|---|
_selector | String |
Returns
any
Inherited from
FsBaseInstrument.getChildById
Defined in
src/msfstypes/pages/vcockpit/instruments/shared/baseinstrument.d.ts:62
getChildrenByClassName
▸ getChildrenByClassName(_selector
): any
Parameters
Name | Type |
---|---|
_selector | string |
Returns
any
Inherited from
FsBaseInstrument.getChildrenByClassName
Defined in
src/msfstypes/pages/vcockpit/instruments/shared/baseinstrument.d.ts:64
getChildrenById
▸ getChildrenById(_selector
): any
Parameters
Name | Type |
---|---|
_selector | String |
Returns
any
Inherited from
FsBaseInstrument.getChildrenById
Defined in
src/msfstypes/pages/vcockpit/instruments/shared/baseinstrument.d.ts:63
getClientRects
▸ getClientRects(): DOMRectList
Returns
DOMRectList
Inherited from
FsBaseInstrument.getClientRects
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:7723
getDefaultButton
▸ getDefaultButton(): void
| UIElement
Returns
void
| UIElement
Inherited from
FsBaseInstrument.getDefaultButton
Defined in
src/msfstypes/js/common.d.ts:397
getDefaultChildButton
▸ getDefaultChildButton(): void
| UIElement
Returns
void
| UIElement
Inherited from
FsBaseInstrument.getDefaultChildButton
Defined in
src/msfstypes/js/common.d.ts:400
getElementsByClassName
▸ getElementsByClassName(classNames
): HTMLCollectionOf
<Element
>
Returns a HTMLCollection of the elements in the object on which the method was invoked (a document or an element) that have all the classes given by classNames. The classNames argument is interpreted as a space-separated list of classes.
Parameters
Name | Type |
---|---|
classNames | string |
Returns
HTMLCollectionOf
<Element
>
Inherited from
FsBaseInstrument.getElementsByClassName
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:7729
getElementsByTagName
▸ getElementsByTagName<K
>(qualifiedName
): HTMLCollectionOf
<HTMLElementTagNameMap
[K
]>
Type parameters
Name | Type |
---|---|
K | extends keyof HTMLElementTagNameMap |
Parameters
Name | Type |
---|---|
qualifiedName | K |
Returns
HTMLCollectionOf
<HTMLElementTagNameMap
[K
]>
Inherited from
FsBaseInstrument.getElementsByTagName
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:7731
▸ getElementsByTagName<K
>(qualifiedName
): HTMLCollectionOf
<SVGElementTagNameMap
[K
]>
Type parameters
Name | Type |
---|---|
K | extends keyof SVGElementTagNameMap |
Parameters
Name | Type |
---|---|
qualifiedName | K |
Returns
HTMLCollectionOf
<SVGElementTagNameMap
[K
]>
Inherited from
FsBaseInstrument.getElementsByTagName
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:7732
▸ getElementsByTagName<K
>(qualifiedName
): HTMLCollectionOf
<MathMLElementTagNameMap
[K
]>
Type parameters
Name | Type |
---|---|
K | extends keyof MathMLElementTagNameMap |
Parameters
Name | Type |
---|---|
qualifiedName | K |
Returns
HTMLCollectionOf
<MathMLElementTagNameMap
[K
]>
Inherited from
FsBaseInstrument.getElementsByTagName
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:7733
▸ getElementsByTagName<K
>(qualifiedName
): HTMLCollectionOf
<HTMLElementDeprecatedTagNameMap
[K
]>
Type parameters
Name | Type |
---|---|
K | extends keyof HTMLElementDeprecatedTagNameMap |
Parameters
Name | Type |
---|---|
qualifiedName | K |
Returns
HTMLCollectionOf
<HTMLElementDeprecatedTagNameMap
[K
]>
Deprecated
Inherited from
FsBaseInstrument.getElementsByTagName
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:7735
▸ getElementsByTagName(qualifiedName
): HTMLCollectionOf
<Element
>
Parameters
Name | Type |
---|---|
qualifiedName | string |
Returns
HTMLCollectionOf
<Element
>
Inherited from
FsBaseInstrument.getElementsByTagName
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:7736
getElementsByTagNameNS
▸ getElementsByTagNameNS(namespaceURI
, localName
): HTMLCollectionOf
<HTMLElement
>
Parameters
Name | Type |
---|---|
namespaceURI | "http://www.w3.org/1999/xhtml" |
localName | string |
Returns
HTMLCollectionOf
<HTMLElement
>
Inherited from
FsBaseInstrument.getElementsByTagNameNS
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:7738
▸ getElementsByTagNameNS(namespaceURI
, localName
): HTMLCollectionOf
<SVGElement
>
Parameters
Name | Type |
---|---|
namespaceURI | "http://www.w3.org/2000/svg" |
localName | string |
Returns
HTMLCollectionOf
<SVGElement
>
Inherited from
FsBaseInstrument.getElementsByTagNameNS
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:7739
▸ getElementsByTagNameNS(namespaceURI
, localName
): HTMLCollectionOf
<MathMLElement
>
Parameters
Name | Type |
---|---|
namespaceURI | "http://www.w3.org/1998/Math/MathML" |
localName | string |
Returns
HTMLCollectionOf
<MathMLElement
>
Inherited from
FsBaseInstrument.getElementsByTagNameNS
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:7740
▸ getElementsByTagNameNS(namespace
, localName
): HTMLCollectionOf
<Element
>
Parameters
Name | Type |
---|---|
namespace | null | string |
localName | string |
Returns
HTMLCollectionOf
<Element
>
Inherited from
FsBaseInstrument.getElementsByTagNameNS
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:7741
getForcedAspectRatio
▸ getForcedAspectRatio(): number
Returns
number
Inherited from
FsBaseInstrument.getForcedAspectRatio
Defined in
src/msfstypes/pages/vcockpit/instruments/shared/baseinstrument.d.ts:105
getForcedScreenRatio
▸ getForcedScreenRatio(): number
Returns
number
Inherited from
FsBaseInstrument.getForcedScreenRatio
Defined in
src/msfstypes/pages/vcockpit/instruments/shared/baseinstrument.d.ts:104
getGameState
▸ getGameState(): GameState
Returns
GameState
Inherited from
FsBaseInstrument.getGameState
Defined in
src/msfstypes/pages/vcockpit/instruments/shared/baseinstrument.d.ts:72
getKeyNavigationDirection
▸ getKeyNavigationDirection(): KeyNavigationDirection
Returns
KeyNavigationDirection
Inherited from
FsBaseInstrument.getKeyNavigationDirection
Defined in
src/msfstypes/js/common.d.ts:391
getKeyNavigationStayInside
▸ getKeyNavigationStayInside(keycode
): boolean
Parameters
Name | Type |
---|---|
keycode | any |
Returns
boolean
Inherited from
FsBaseInstrument.getKeyNavigationStayInside
Defined in
src/msfstypes/js/common.d.ts:393
getKeyOrthogonalStayInside
▸ getKeyOrthogonalStayInside(keycode
): boolean
Parameters
Name | Type |
---|---|
keycode | any |
Returns
boolean
Inherited from
FsBaseInstrument.getKeyOrthogonalStayInside
Defined in
src/msfstypes/js/common.d.ts:394
getLastDefaultChildButton
▸ getLastDefaultChildButton(): void
| UIElement
Returns
void
| UIElement
Inherited from
FsBaseInstrument.getLastDefaultChildButton
Defined in
src/msfstypes/js/common.d.ts:399
getQuality
▸ getQuality(): Quality
Returns
Quality
Inherited from
FsBaseInstrument.getQuality
Defined in
src/msfstypes/pages/vcockpit/instruments/shared/baseinstrument.d.ts:71
getRootNode
▸ getRootNode(options?
): Node
Returns node's root.
Parameters
Name | Type |
---|---|
options? | GetRootNodeOptions |
Returns
Node
Inherited from
FsBaseInstrument.getRootNode
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:16170
getTemplateSlot
▸ getTemplateSlot(name?
): HTMLElement
Parameters
Name | Type |
---|---|
name? | string |
Returns
HTMLElement
Inherited from
FsBaseInstrument.getTemplateSlot
Defined in
src/msfstypes/js/common.d.ts:421
getTimeSinceStart
▸ getTimeSinceStart(): number
Returns
number
Inherited from
FsBaseInstrument.getTimeSinceStart
Defined in
src/msfstypes/pages/vcockpit/instruments/shared/baseinstrument.d.ts:100
hasAttribute
▸ hasAttribute(qualifiedName
): boolean
Returns true if element has an attribute whose qualified name is qualifiedName, and false otherwise.
Parameters
Name | Type |
---|---|
qualifiedName | string |
Returns
boolean
Inherited from
FsBaseInstrument.hasAttribute
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:7747
hasAttributeNS
▸ hasAttributeNS(namespace
, localName
): boolean
Returns true if element has an attribute whose namespace is namespace and local name is localName.
Parameters
Name | Type |
---|---|
namespace | null | string |
localName | string |
Returns
boolean
Inherited from
FsBaseInstrument.hasAttributeNS
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:7753
hasAttributes
▸ hasAttributes(): boolean
Returns true if element has attributes, and false otherwise.
Returns
boolean
Inherited from
FsBaseInstrument.hasAttributes
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:7759
hasChildNodes
▸ hasChildNodes(): boolean
Returns whether node has children.
Returns
boolean
Inherited from
FsBaseInstrument.hasChildNodes
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:16176
hasParentHidden
▸ hasParentHidden(): boolean
Returns
boolean
Inherited from
FsBaseInstrument.hasParentHidden
Defined in
src/msfstypes/js/common.d.ts:385
hasPointerCapture
▸ hasPointerCapture(pointerId
): boolean
Parameters
Name | Type |
---|---|
pointerId | number |
Returns
boolean
Inherited from
FsBaseInstrument.hasPointerCapture
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:7761
hidePopover
▸ hidePopover(): void
Returns
void
Inherited from
FsBaseInstrument.hidePopover
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:10093
highlightGetState
▸ highlightGetState(_valueMin
, _valueMax
, _period
): number
Parameters
Name | Type |
---|---|
_valueMin | number |
_valueMax | number |
_period | number |
Returns
number
Inherited from
FsBaseInstrument.highlightGetState
Defined in
src/msfstypes/pages/vcockpit/instruments/shared/baseinstrument.d.ts:107
insertAdjacentElement
▸ insertAdjacentElement(where
, element
): null
| Element
Parameters
Name | Type |
---|---|
where | InsertPosition |
element | Element |
Returns
null
| Element
Inherited from
FsBaseInstrument.insertAdjacentElement
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:7763
insertAdjacentHTML
▸ insertAdjacentHTML(position
, text
): void
Parameters
Name | Type |
---|---|
position | InsertPosition |
text | string |
Returns
void
Inherited from
FsBaseInstrument.insertAdjacentHTML
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:7765
insertAdjacentText
▸ insertAdjacentText(where
, data
): void
Parameters
Name | Type |
---|---|
where | InsertPosition |
data | string |
Returns
void
Inherited from
FsBaseInstrument.insertAdjacentText
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:7767
insertBefore
▸ insertBefore<T
>(node
, child
): T
Type parameters
Name | Type |
---|---|
T | extends Node |
Parameters
Name | Type |
---|---|
node | T |
child | null | Node |
Returns
T
Inherited from
FsBaseInstrument.insertBefore
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:16178
isAspectRatioForced
▸ isAspectRatioForced(): boolean
Returns
boolean
Inherited from
FsBaseInstrument.isAspectRatioForced
Defined in
src/msfstypes/pages/vcockpit/instruments/shared/baseinstrument.d.ts:103
isBootProcedureComplete
▸ isBootProcedureComplete(): boolean
Returns
boolean
Inherited from
FsBaseInstrument.isBootProcedureComplete
Defined in
src/msfstypes/pages/vcockpit/instruments/shared/baseinstrument.d.ts:90
isChildOf
▸ isChildOf(parentToTest
): boolean
Parameters
Name | Type |
---|---|
parentToTest | HTMLElement |
Returns
boolean
Inherited from
FsBaseInstrument.isChildOf
Defined in
src/msfstypes/js/common.d.ts:384
isComputingAspectRatio
▸ isComputingAspectRatio(): boolean
Returns
boolean
Inherited from
FsBaseInstrument.isComputingAspectRatio
Defined in
src/msfstypes/pages/vcockpit/instruments/shared/baseinstrument.d.ts:102
isDefaultNamespace
▸ isDefaultNamespace(namespace
): boolean
Parameters
Name | Type |
---|---|
namespace | null | string |
Returns
boolean
Inherited from
FsBaseInstrument.isDefaultNamespace
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:16180
isElectricityAvailable
▸ isElectricityAvailable(): boolean
Returns
boolean
Inherited from
FsBaseInstrument.isElectricityAvailable
Defined in
src/msfstypes/pages/vcockpit/instruments/shared/baseinstrument.d.ts:87
isEqualNode
▸ isEqualNode(otherNode
): boolean
Returns whether node and otherNode have the same properties.
Parameters
Name | Type |
---|---|
otherNode | null | Node |
Returns
boolean
Inherited from
FsBaseInstrument.isEqualNode
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:16186
isInReversionaryMode
▸ isInReversionaryMode(): boolean
Returns
boolean
Inherited from
FsBaseInstrument.isInReversionaryMode
Defined in
src/msfstypes/pages/vcockpit/instruments/shared/baseinstrument.d.ts:92
isOneParentDisabled
▸ isOneParentDisabled(): boolean
Returns
boolean
Inherited from
FsBaseInstrument.isOneParentDisabled
Defined in
src/msfstypes/js/common.d.ts:363
isOneParentHidden
▸ isOneParentHidden(): boolean
Returns
boolean
Inherited from
FsBaseInstrument.isOneParentHidden
Defined in
src/msfstypes/js/common.d.ts:362
isParentOf
▸ isParentOf(child
): boolean
Parameters
Name | Type |
---|---|
child | HTMLElement |
Returns
boolean
Inherited from
FsBaseInstrument.isParentOf
Defined in
src/msfstypes/js/common.d.ts:383
isSameNode
▸ isSameNode(otherNode
): boolean
Parameters
Name | Type |
---|---|
otherNode | null | Node |
Returns
boolean
Inherited from
FsBaseInstrument.isSameNode
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:16188
isTransparent
▸ isTransparent(): boolean
Returns
boolean
Inherited from
FsBaseInstrument.isTransparent
Defined in
src/msfstypes/js/common.d.ts:427
isVisible
▸ isVisible(): boolean
Returns
boolean
Inherited from
FsBaseInstrument.isVisible
Defined in
src/msfstypes/js/common.d.ts:356
lookupNamespaceURI
▸ lookupNamespaceURI(prefix
): null
| string
Parameters
Name | Type |
---|---|
prefix | null | string |
Returns
null
| string
Inherited from
FsBaseInstrument.lookupNamespaceURI
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:16190
lookupPrefix
▸ lookupPrefix(namespace
): null
| string
Parameters
Name | Type |
---|---|
namespace | null | string |
Returns
null
| string
Inherited from
FsBaseInstrument.lookupPrefix
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:16192
matches
▸ matches(selectors
): boolean
Returns true if matching selectors against element's root yields element, and false otherwise.
Parameters
Name | Type |
---|---|
selectors | string |
Returns
boolean
Inherited from
FsBaseInstrument.matches
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:7773
mustCheckCSSIsApplied
▸ mustCheckCSSIsApplied(): boolean
Returns
boolean
Inherited from
FsBaseInstrument.mustCheckCSSIsApplied
Defined in
src/msfstypes/js/common.d.ts:417
normalize
▸ normalize(): void
Removes empty exclusive Text nodes and concatenates the data of remaining contiguous exclusive Text nodes into the first of their nodes.
Returns
void
Inherited from
FsBaseInstrument.normalize
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:16198
onActiveChildBlurred
▸ onActiveChildBlurred(child
): void
Parameters
Name | Type |
---|---|
child | UIElement |
Returns
void
Inherited from
FsBaseInstrument.onActiveChildBlurred
Defined in
src/msfstypes/js/common.d.ts:328
onActiveChildFocused
▸ onActiveChildFocused(child
): void
Parameters
Name | Type |
---|---|
child | UIElement |
Returns
void
Inherited from
FsBaseInstrument.onActiveChildFocused
Defined in
src/msfstypes/js/common.d.ts:329
onButtonSelected
▸ onButtonSelected(button
): void
Parameters
Name | Type |
---|---|
button | UIElement |
Returns
void
Inherited from
FsBaseInstrument.onButtonSelected
Defined in
src/msfstypes/js/common.d.ts:403
onButtonUnselected
▸ onButtonUnselected(button
): void
Parameters
Name | Type |
---|---|
button | UIElement |
Returns
void
Inherited from
FsBaseInstrument.onButtonUnselected
Defined in
src/msfstypes/js/common.d.ts:404
onFlightStart
▸ onFlightStart(): void
Returns
void
Inherit Doc
Inherited from
FsBaseInstrument.onFlightStart
Defined in
src/sdk/FsInstrument.ts:67
onGameStateChanged
▸ onGameStateChanged(oldState
, newState
): void
Parameters
Name | Type |
---|---|
oldState | GameState |
newState | GameState |
Returns
void
Inherit Doc
Inherited from
FsBaseInstrument.onGameStateChanged
Defined in
src/sdk/FsInstrument.ts:59
onInteractionEvent
▸ onInteractionEvent(_args
): void
Parameters
Name | Type |
---|---|
_args | string [] |
Returns
void
Inherit Doc
Inherited from
FsBaseInstrument.onInteractionEvent
Defined in
src/sdk/FsInstrument.ts:52
onKeyDown
▸ onKeyDown(keycode
): boolean
Parameters
Name | Type |
---|---|
keycode | any |
Returns
boolean
Inherited from
FsBaseInstrument.onKeyDown
Defined in
src/msfstypes/js/common.d.ts:407
onKeyUp
▸ onKeyUp(keycode
): boolean
Parameters
Name | Type |
---|---|
keycode | any |
Returns
boolean
Inherited from
FsBaseInstrument.onKeyUp
Defined in
src/msfstypes/js/common.d.ts:405
onPowerOn
▸ onPowerOn(): void
Returns
void
Inherit Doc
Overrides
FsBaseInstrument.onPowerOn
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/WTG3000BaseInstrument.ts:17
onQualityChanged
▸ onQualityChanged(_quality
): void
Parameters
Name | Type |
---|---|
_quality | Quality |
Returns
void
Inherited from
FsBaseInstrument.onQualityChanged
Defined in
src/msfstypes/pages/vcockpit/instruments/shared/baseinstrument.d.ts:75
onShutDown
▸ onShutDown(): void
Returns
void
Inherit Doc
Overrides
FsBaseInstrument.onShutDown
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/WTG3000BaseInstrument.ts:24
onSoundEnd
▸ onSoundEnd(soundEventId
): void
Parameters
Name | Type |
---|---|
soundEventId | Name_Z |
Returns
void
Inherit Doc
Inherited from
FsBaseInstrument.onSoundEnd
Defined in
src/sdk/FsInstrument.ts:75
onVisibilityChange
▸ onVisibilityChange(visible
): void
Parameters
Name | Type |
---|---|
visible | boolean |
Returns
void
Inherited from
FsBaseInstrument.onVisibilityChange
Defined in
src/msfstypes/js/common.d.ts:357
parseURLAttributes
▸ parseURLAttributes(): void
Returns
void
Inherited from
FsBaseInstrument.parseURLAttributes
Defined in
src/msfstypes/pages/vcockpit/instruments/shared/baseinstrument.d.ts:79
parseXMLConfig
▸ parseXMLConfig(): void
Returns
void
Inherited from
FsBaseInstrument.parseXMLConfig
Defined in
src/msfstypes/pages/vcockpit/instruments/shared/baseinstrument.d.ts:78
playInstrumentSound
▸ playInstrumentSound(soundId
): boolean
Parameters
Name | Type |
---|---|
soundId | string |
Returns
boolean
Inherited from
FsBaseInstrument.playInstrumentSound
Defined in
src/msfstypes/pages/vcockpit/instruments/shared/baseinstrument.d.ts:94
prepend
▸ prepend(...nodes
): void
Inserts nodes before the first child of node, while replacing strings in nodes with equivalent Text nodes.
Throws a "HierarchyRequestError" DOMException if the constraints of the node tree are violated.
Parameters
Name | Type |
---|---|
...nodes | (string | Node )[] |
Returns
void
Inherited from
FsBaseInstrument.prepend
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:16797
queryElement
▸ queryElement(selector
): UIElement
Parameters
Name | Type |
---|---|
selector | any |
Returns
UIElement
Inherited from
FsBaseInstrument.queryElement
Defined in
src/msfstypes/js/common.d.ts:388
querySelector
▸ querySelector<K
>(selectors
): null
| HTMLElementTagNameMap
[K
]
Returns the first element that is a descendant of node that matches selectors.
Type parameters
Name | Type |
---|---|
K | extends keyof HTMLElementTagNameMap |
Parameters
Name | Type |
---|---|
selectors | K |
Returns
null
| HTMLElementTagNameMap
[K
]
Inherited from
FsBaseInstrument.querySelector
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:16803
▸ querySelector<K
>(selectors
): null
| SVGElementTagNameMap
[K
]
Type parameters
Name | Type |
---|---|
K | extends keyof SVGElementTagNameMap |
Parameters
Name | Type |
---|---|
selectors | K |
Returns
null
| SVGElementTagNameMap
[K
]
Inherited from
FsBaseInstrument.querySelector
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:16804
▸ querySelector<K
>(selectors
): null
| MathMLElementTagNameMap
[K
]
Type parameters
Name | Type |
---|---|
K | extends keyof MathMLElementTagNameMap |
Parameters
Name | Type |
---|---|
selectors | K |
Returns
null
| MathMLElementTagNameMap
[K
]
Inherited from
FsBaseInstrument.querySelector
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:16805
▸ querySelector<K
>(selectors
): null
| HTMLElementDeprecatedTagNameMap
[K
]
Type parameters
Name | Type |
---|---|
K | extends keyof HTMLElementDeprecatedTagNameMap |
Parameters
Name | Type |
---|---|
selectors | K |
Returns
null
| HTMLElementDeprecatedTagNameMap
[K
]
Deprecated
Inherited from
FsBaseInstrument.querySelector
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:16807
▸ querySelector<E
>(selectors
): null
| E
Type parameters
Name | Type |
---|---|
E | extends Element = Element |
Parameters
Name | Type |
---|---|
selectors | string |
Returns
null
| E
Inherited from
FsBaseInstrument.querySelector
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:16808
querySelectorAll
▸ querySelectorAll<K
>(selectors
): NodeListOf
<HTMLElementTagNameMap
[K
]>
Returns all element descendants of node that match selectors.
Type parameters
Name | Type |
---|---|
K | extends keyof HTMLElementTagNameMap |
Parameters
Name | Type |
---|---|
selectors | K |
Returns
NodeListOf
<HTMLElementTagNameMap
[K
]>
Inherited from
FsBaseInstrument.querySelectorAll
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:16814
▸ querySelectorAll<K
>(selectors
): NodeListOf
<SVGElementTagNameMap
[K
]>
Type parameters
Name | Type |
---|---|
K | extends keyof SVGElementTagNameMap |
Parameters
Name | Type |
---|---|
selectors | K |
Returns
NodeListOf
<SVGElementTagNameMap
[K
]>
Inherited from
FsBaseInstrument.querySelectorAll
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:16815
▸ querySelectorAll<K
>(selectors
): NodeListOf
<MathMLElementTagNameMap
[K
]>
Type parameters
Name | Type |
---|---|
K | extends keyof MathMLElementTagNameMap |
Parameters
Name | Type |
---|---|
selectors | K |
Returns
NodeListOf
<MathMLElementTagNameMap
[K
]>
Inherited from
FsBaseInstrument.querySelectorAll
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:16816
▸ querySelectorAll<K
>(selectors
): NodeListOf
<HTMLElementDeprecatedTagNameMap
[K
]>
Type parameters
Name | Type |
---|---|
K | extends keyof HTMLElementDeprecatedTagNameMap |
Parameters
Name | Type |
---|---|
selectors | K |
Returns
NodeListOf
<HTMLElementDeprecatedTagNameMap
[K
]>
Deprecated
Inherited from
FsBaseInstrument.querySelectorAll
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:16818
▸ querySelectorAll<E
>(selectors
): NodeListOf
<E
>
Type parameters
Name | Type |
---|---|
E | extends Element = Element |
Parameters
Name | Type |
---|---|
selectors | string |
Returns
NodeListOf
<E
>
Inherited from
FsBaseInstrument.querySelectorAll
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:16819
querySelectorH
▸ querySelectorH(str
): HTMLElement
Parameters
Name | Type |
---|---|
str | any |
Returns
HTMLElement
Inherited from
FsBaseInstrument.querySelectorH
Defined in
src/msfstypes/js/common.d.ts:420
reboot
▸ reboot(): void
Returns
void
Inherited from
FsBaseInstrument.reboot
Defined in
src/msfstypes/pages/vcockpit/instruments/shared/baseinstrument.d.ts:73
registerDefaultKeyEvents
▸ registerDefaultKeyEvents(): void
Returns
void
Inherited from
FsBaseInstrument.registerDefaultKeyEvents
Defined in
src/msfstypes/js/common.d.ts:332
releasePointerCapture
▸ releasePointerCapture(pointerId
): void
Parameters
Name | Type |
---|---|
pointerId | number |
Returns
void
Inherited from
FsBaseInstrument.releasePointerCapture
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:7775
remove
▸ remove(): void
Removes node.
Returns
void
Inherited from
FsBaseInstrument.remove
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:5613
removeAttribute
▸ removeAttribute(qualifiedName
): void
Removes element's first attribute whose qualified name is qualifiedName.
Parameters
Name | Type |
---|---|
qualifiedName | string |
Returns
void
Inherited from
FsBaseInstrument.removeAttribute
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:7781
removeAttributeNS
▸ removeAttributeNS(namespace
, localName
): void
Removes element's attribute whose namespace is namespace and local name is localName.
Parameters
Name | Type |
---|---|
namespace | null | string |
localName | string |
Returns
void
Inherited from
FsBaseInstrument.removeAttributeNS
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:7787
removeAttributeNode
▸ removeAttributeNode(attr
): Attr
Parameters
Name | Type |
---|---|
attr | Attr |
Returns
Attr
Inherited from
FsBaseInstrument.removeAttributeNode
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:7789
removeCall
▸ removeCall(_uid
): void
Parameters
Name | Type |
---|---|
_uid | number |
Returns
void
Inherited from
FsBaseInstrument.removeCall
Defined in
src/msfstypes/pages/vcockpit/instruments/shared/baseinstrument.d.ts:110
removeChild
▸ removeChild<T
>(child
): T
Type parameters
Name | Type |
---|---|
T | extends Node |
Parameters
Name | Type |
---|---|
child | T |
Returns
T
Inherited from
FsBaseInstrument.removeChild
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:16200
removeEventListener
▸ removeEventListener<K
>(type
, listener
, options?
): void
Type parameters
Name | Type |
---|---|
K | extends keyof HTMLElementEventMap |
Parameters
Name | Type |
---|---|
type | K |
listener | (this : HTMLElement , ev : HTMLElementEventMap [K ]) => any |
options? | boolean | EventListenerOptions |
Returns
void
Inherited from
FsBaseInstrument.removeEventListener
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:10100
▸ removeEventListener(type
, listener
, options?
): void
Parameters
Name | Type |
---|---|
type | string |
listener | EventListenerOrEventListenerObject |
options? | boolean | EventListenerOptions |
Returns
void
Inherited from
FsBaseInstrument.removeEventListener
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:10101
replaceChild
▸ replaceChild<T
>(node
, child
): T
Type parameters
Name | Type |
---|---|
T | extends Node |
Parameters
Name | Type |
---|---|
node | Node |
child | T |
Returns
T
Inherited from
FsBaseInstrument.replaceChild
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:16202
replaceChildren
▸ replaceChildren(...nodes
): void
Replace all children of node with nodes, while replacing strings in nodes with equivalent Text nodes.
Throws a "HierarchyRequestError" DOMException if the constraints of the node tree are violated.
Parameters
Name | Type |
---|---|
...nodes | (string | Node )[] |
Returns
void
Inherited from
FsBaseInstrument.replaceChildren
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:16827
replaceWith
▸ replaceWith(...nodes
): void
Replaces node with nodes, while replacing strings in nodes with equivalent Text nodes.
Throws a "HierarchyRequestError" DOMException if the constraints of the node tree are violated.
Parameters
Name | Type |
---|---|
...nodes | (string | Node )[] |
Returns
void
Inherited from
FsBaseInstrument.replaceWith
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:5621
requestCall
▸ requestCall(_func
, _timeout?
): number
Parameters
Name | Type |
---|---|
_func | Function |
_timeout? | number |
Returns
number
Inherited from
FsBaseInstrument.requestCall
Defined in
src/msfstypes/pages/vcockpit/instruments/shared/baseinstrument.d.ts:109
requestFullscreen
▸ requestFullscreen(options?
): Promise
<void
>
Displays element fullscreen and resolves promise when done.
When supplied, options's navigationUI member indicates whether showing navigation UI while in fullscreen is preferred or not. If set to "show", navigation simplicity is preferred over screen space, and if set to "hide", more screen space is preferred. User agents are always free to honor user preference over the application's. The default value "auto" indicates no application preference.
Parameters
Name | Type |
---|---|
options? | FullscreenOptions |
Returns
Promise
<void
>
Inherited from
FsBaseInstrument.requestFullscreen
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:7797
requestPointerLock
▸ requestPointerLock(): void
Returns
void
Inherited from
FsBaseInstrument.requestPointerLock
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:7799
scroll
▸ scroll(options?
): void
Parameters
Name | Type |
---|---|
options? | ScrollToOptions |
Returns
void
Inherited from
FsBaseInstrument.scroll
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:7801
▸ scroll(x
, y
): void
Parameters
Name | Type |
---|---|
x | number |
y | number |
Returns
void
Inherited from
FsBaseInstrument.scroll
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:7802
scrollBy
▸ scrollBy(options?
): void
Parameters
Name | Type |
---|---|
options? | ScrollToOptions |
Returns
void
Inherited from
FsBaseInstrument.scrollBy
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:7804
▸ scrollBy(x
, y
): void
Parameters
Name | Type |
---|---|
x | number |
y | number |
Returns
void
Inherited from
FsBaseInstrument.scrollBy
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:7805
scrollIntoView
▸ scrollIntoView(arg?
): void
Parameters
Name | Type |
---|---|
arg? | boolean | ScrollIntoViewOptions |
Returns
void
Inherited from
FsBaseInstrument.scrollIntoView
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:7807
scrollTo
▸ scrollTo(options?
): void
Parameters
Name | Type |
---|---|
options? | ScrollToOptions |
Returns
void
Inherited from
FsBaseInstrument.scrollTo
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:7809
▸ scrollTo(x
, y
): void
Parameters
Name | Type |
---|---|
x | number |
y | number |
Returns
void
Inherited from
FsBaseInstrument.scrollTo
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:7810
selectDefaultButton
▸ selectDefaultButton(): void
Returns
void
Inherited from
FsBaseInstrument.selectDefaultButton
Defined in
src/msfstypes/js/common.d.ts:395
selectDefaultChildButton
▸ selectDefaultChildButton(): void
Returns
void
Inherited from
FsBaseInstrument.selectDefaultChildButton
Defined in
src/msfstypes/js/common.d.ts:396
setAnyData
▸ setAnyData(data
): void
Parameters
Name | Type |
---|---|
data | any |
Returns
void
Inherited from
FsBaseInstrument.setAnyData
Defined in
src/msfstypes/js/common.d.ts:390
setAttribute
▸ setAttribute(qualifiedName
, value
): void
Sets the value of element's first attribute whose qualified name is qualifiedName to value.
Parameters
Name | Type |
---|---|
qualifiedName | string |
value | string |
Returns
void
Inherited from
FsBaseInstrument.setAttribute
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:7816
setAttributeNS
▸ setAttributeNS(namespace
, qualifiedName
, value
): void
Sets the value of element's attribute whose namespace is namespace and local name is localName to value.
Parameters
Name | Type |
---|---|
namespace | null | string |
qualifiedName | string |
value | string |
Returns
void
Inherited from
FsBaseInstrument.setAttributeNS
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:7822
setAttributeNode
▸ setAttributeNode(attr
): null
| Attr
Parameters
Name | Type |
---|---|
attr | Attr |
Returns
null
| Attr
Inherited from
FsBaseInstrument.setAttributeNode
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:7824
setAttributeNodeNS
▸ setAttributeNodeNS(attr
): null
| Attr
Parameters
Name | Type |
---|---|
attr | Attr |
Returns
null
| Attr
Inherited from
FsBaseInstrument.setAttributeNodeNS
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:7826
setConfigFile
▸ setConfigFile(_file
): void
Parameters
Name | Type |
---|---|
_file | string |
Returns
void
Inherited from
FsBaseInstrument.setConfigFile
Defined in
src/msfstypes/pages/vcockpit/instruments/shared/baseinstrument.d.ts:61
setHighlightElement
▸ setHighlightElement(element
): void
Sets this instrument's checklist highlight layer element.
Parameters
Name | Type | Description |
---|---|---|
element | HTMLElement | The checklist highlight layer element. |
Returns
void
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/WTG3000BaseInstrument.ts:12
setInstrumentIdentifier
▸ setInstrumentIdentifier(_identifier
): void
Parameters
Name | Type |
---|---|
_identifier | string |
Returns
void
Inherited from
FsBaseInstrument.setInstrumentIdentifier
Defined in
src/msfstypes/pages/vcockpit/instruments/shared/baseinstrument.d.ts:60
setJSONData
▸ setJSONData(data
): void
Parameters
Name | Type |
---|---|
data | string |
Returns
void
Inherited from
FsBaseInstrument.setJSONData
Defined in
src/msfstypes/js/common.d.ts:389
setPointerCapture
▸ setPointerCapture(pointerId
): void
Parameters
Name | Type |
---|---|
pointerId | number |
Returns
void
Inherited from
FsBaseInstrument.setPointerCapture
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:7828
setVisible
▸ setVisible(val
): void
Parameters
Name | Type |
---|---|
val | boolean |
Returns
void
Inherited from
FsBaseInstrument.setVisible
Defined in
src/msfstypes/js/common.d.ts:355
shouldDispatchChildActive
▸ shouldDispatchChildActive(): boolean
Returns
boolean
Inherited from
FsBaseInstrument.shouldDispatchChildActive
Defined in
src/msfstypes/js/common.d.ts:324
showPopover
▸ showPopover(): void
Returns
void
Inherited from
FsBaseInstrument.showPopover
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:10095
spreadToChildren
▸ spreadToChildren(parent
, parentClass
, childClass
): void
Parameters
Name | Type |
---|---|
parent | Element |
parentClass | string |
childClass | string |
Returns
void
Inherited from
FsBaseInstrument.spreadToChildren
Defined in
src/msfstypes/js/common.d.ts:353
startHighlight
▸ startHighlight(_id
): void
Parameters
Name | Type |
---|---|
_id | string |
Returns
void
Inherited from
FsBaseInstrument.startHighlight
Defined in
src/msfstypes/pages/vcockpit/instruments/shared/baseinstrument.d.ts:65
stopHighlight
▸ stopHighlight(_id
): void
Parameters
Name | Type |
---|---|
_id | string |
Returns
void
Inherited from
FsBaseInstrument.stopHighlight
Defined in
src/msfstypes/pages/vcockpit/instruments/shared/baseinstrument.d.ts:66
toggleAttribute
▸ toggleAttribute(qualifiedName
, force?
): boolean
If force is not given, "toggles" qualifiedName, removing it if it is present and adding it if it is not present. If force is true, adds qualifiedName. If force is false, removes qualifiedName.
Returns true if qualifiedName is now present, and false otherwise.
Parameters
Name | Type |
---|---|
qualifiedName | string |
force? | boolean |
Returns
boolean
Inherited from
FsBaseInstrument.toggleAttribute
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:7836
togglePopover
▸ togglePopover(force?
): void
Parameters
Name | Type |
---|---|
force? | boolean |
Returns
void
Inherited from
FsBaseInstrument.togglePopover
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:10097
unregisterDefaultKeyEvents
▸ unregisterDefaultKeyEvents(): void
Returns
void
Inherited from
FsBaseInstrument.unregisterDefaultKeyEvents
Defined in
src/msfstypes/js/common.d.ts:352
unspreadToChildren
▸ unspreadToChildren(parent
, parentClass
, childClass
): void
Parameters
Name | Type |
---|---|
parent | Element |
parentClass | string |
childClass | string |
Returns
void
Inherited from
FsBaseInstrument.unspreadToChildren
Defined in
src/msfstypes/js/common.d.ts:354
updateAlwaysList
▸ updateAlwaysList(): void
Returns
void
Inherited from
FsBaseInstrument.updateAlwaysList
Defined in
src/msfstypes/pages/vcockpit/instruments/shared/baseinstrument.d.ts:114
updateElectricity
▸ updateElectricity(): void
Returns
void
Inherited from
FsBaseInstrument.updateElectricity
Defined in
src/msfstypes/pages/vcockpit/instruments/shared/baseinstrument.d.ts:86
updateHighlight
▸ updateHighlight(): void
Returns
void
Inherited from
FsBaseInstrument.updateHighlight
Defined in
src/msfstypes/pages/vcockpit/instruments/shared/baseinstrument.d.ts:106
updateHighlightElements
▸ updateHighlightElements(): void
Returns
void
Inherited from
FsBaseInstrument.updateHighlightElements
Defined in
src/msfstypes/pages/vcockpit/instruments/shared/baseinstrument.d.ts:68
updatePendingCalls
▸ updatePendingCalls(): void
Returns
void
Inherited from
FsBaseInstrument.updatePendingCalls
Defined in
src/msfstypes/pages/vcockpit/instruments/shared/baseinstrument.d.ts:111
virtualScrollIntoView
▸ virtualScrollIntoView(elt?
): void
Parameters
Name | Type |
---|---|
elt? | HTMLElement |
Returns
void
Inherited from
FsBaseInstrument.virtualScrollIntoView
Defined in
src/msfstypes/js/common.d.ts:401
wasTurnedOff
▸ wasTurnedOff(): boolean
Returns
boolean
Inherited from
FsBaseInstrument.wasTurnedOff
Defined in
src/msfstypes/pages/vcockpit/instruments/shared/baseinstrument.d.ts:93
webkitMatchesSelector
▸ webkitMatchesSelector(selectors
): boolean
Parameters
Name | Type |
---|---|
selectors | string |
Returns
boolean
Deprecated
This is a legacy alias of matches
.
Inherited from
FsBaseInstrument.webkitMatchesSelector
Defined in
docs/node_modules/typescript/lib/lib.dom.d.ts:7842
copyAttributes
▸ copyAttributes(from
, to
): void
Parameters
Name | Type |
---|---|
from | HTMLElement |
to | HTMLElement |
Returns
void
Inherited from
FsBaseInstrument.copyAttributes
Defined in
src/msfstypes/js/common.d.ts:423
getRenderSize
▸ getRenderSize(data
, direction
): number
Parameters
Name | Type |
---|---|
data | any |
direction | ScrollDirection |
Returns
number
Inherited from
FsBaseInstrument.getRenderSize
Defined in
src/msfstypes/js/common.d.ts:382
getUIElement
▸ getUIElement(elem
): UIElement
Parameters
Name | Type |
---|---|
elem | HTMLElement |
Returns
UIElement
Inherited from
FsBaseInstrument.getUIElement
Defined in
src/msfstypes/js/common.d.ts:319