OutputSwitcher
Hierarchy
-
↳
OutputSwitcher
Table of contents
Constructors
Properties
Methods
Constructors
constructor
new OutputSwitcher(uid, opts?)
Parameters
| Name | Type |
|---|---|
uid | string |
opts? | KeyValue |
Overrides
Properties
uid
Readonly uid: string
Inherited from
Methods
close
close(): void
Returns
void
Inherited from
off
off(event, handler): any
Parameters
| Name | Type |
|---|---|
event | string |
handler | any |
Returns
any
Inherited from
on
on(event, handler): any
Parameters
| Name | Type |
|---|---|
event | string |
handler | any |
Returns
any
Inherited from
setActiveChannel
setActiveChannel(channel): void
Set the active channel for switcher
Parameters
| Name | Type |
|---|---|
channel | number |
Returns
void
setValue
setValue(value): void
Set a value for switcher
Parameters
| Name | Type |
|---|---|
value | any |
Returns
void