/ fm / liveswitch / PluginConfig
Class: PluginConfig
fm.liveswitch.PluginConfig
Table of contents
Constructors
Properties
Methods
Constructors
constructor
+ new PluginConfig(): PluginConfig
Returns: PluginConfig
Properties
_activeXPath
• Private
_activeXPath: string
Defined in: Generated/TypeScript/fm.liveswitch/PluginConfig.ts:3
_activeXTimeout
• Private
_activeXTimeout: number= 30000
Defined in: Generated/TypeScript/fm.liveswitch/PluginConfig.ts:4
_preferActiveX
• Private
_preferActiveX: boolean= false
Defined in: Generated/TypeScript/fm.liveswitch/PluginConfig.ts:5
Methods
getActiveXPath
▸ getActiveXPath(): string
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/PluginConfig.ts:7
getActiveXTimeout
▸ getActiveXTimeout(): number
Returns: number
Defined in: Generated/TypeScript/fm.liveswitch/PluginConfig.ts:15
getPreferActiveX
▸ getPreferActiveX(): boolean
Returns: boolean
Defined in: Generated/TypeScript/fm.liveswitch/PluginConfig.ts:23
setActiveXPath
▸ setActiveXPath(activeXPath
: string): void
Parameters:
Name | Type |
---|---|
activeXPath |
string |
Returns: void
Defined in: Generated/TypeScript/fm.liveswitch/PluginConfig.ts:11
setActiveXTimeout
▸ setActiveXTimeout(activeXTimeout
: number): void
Parameters:
Name | Type |
---|---|
activeXTimeout |
number |
Returns: void
Defined in: Generated/TypeScript/fm.liveswitch/PluginConfig.ts:19
setPreferActiveX
▸ setPreferActiveX(preferActiveX
: boolean): void
Parameters:
Name | Type |
---|---|
preferActiveX |
boolean |
Returns: void
Defined in: Generated/TypeScript/fm.liveswitch/PluginConfig.ts:27