/ fm / liveswitch / ChannelDeviceLayoutConfig
Class: ChannelDeviceLayoutConfig
fm.liveswitch.ChannelDeviceLayoutConfig
Channel device layout configuration.
Hierarchy
-
↳ ChannelDeviceLayoutConfig
Table of contents
Constructors
Methods
- deserializeProperties
- getExcludedClientIds
- getExcludedConnectionIds
- getPriority
- getTypeString
- getZone
- serializeProperties
- setExcludedClientIds
- setExcludedConnectionIds
- setPriority
- setZone
- toJson
- fromJson
- toJson
Constructors
constructor
+ new ChannelDeviceLayoutConfig(): ChannelDeviceLayoutConfig
Returns: ChannelDeviceLayoutConfig
Inherited from: LayoutConfig
Defined in: Generated/TypeScript/fm.liveswitch/ChannelDeviceLayoutConfig.ts:16
Methods
deserializeProperties
▸ ProtecteddeserializeProperties(key: string, valueJson: string): void
Deserializes the properties.
Parameters:
| Name | Type | Description |
|---|---|---|
key |
string | The key. |
valueJson |
string | The value in JSON format. |
Returns: void
Overrides: LayoutConfig
Defined in: Generated/TypeScript/fm.liveswitch/ChannelDeviceLayoutConfig.ts:70
getExcludedClientIds
▸ getExcludedClientIds(): string[]
Gets the client identifiers to exclude.
Returns: string[]
Defined in: Generated/TypeScript/fm.liveswitch/ChannelDeviceLayoutConfig.ts:92
getExcludedConnectionIds
▸ getExcludedConnectionIds(): string[]
Gets the connection identifiers to exclude.
Returns: string[]
Defined in: Generated/TypeScript/fm.liveswitch/ChannelDeviceLayoutConfig.ts:104
getPriority
▸ getPriority(): number
Gets the layout proirity
Returns: number
Inherited from: LayoutConfig
Defined in: Generated/TypeScript/fm.liveswitch/LayoutConfig.ts:56
getTypeString
▸ getTypeString(): string
Returns: string
Overrides: LayoutConfig
Defined in: Generated/TypeScript/fm.liveswitch/ChannelDeviceLayoutConfig.ts:10
getZone
▸ getZone(): string
Gets the layout zone
Returns: string
Inherited from: LayoutConfig
Defined in: Generated/TypeScript/fm.liveswitch/LayoutConfig.ts:68
serializeProperties
▸ ProtectedserializeProperties(jsonObject: Hash<string, string>): void
Serializes the properties.
Parameters:
| Name | Type | Description |
|---|---|---|
jsonObject |
Hash<string, string> | The JSON object. |
Returns: void
Overrides: LayoutConfig
Defined in: Generated/TypeScript/fm.liveswitch/ChannelDeviceLayoutConfig.ts:117
setExcludedClientIds
▸ setExcludedClientIds(value: string[]): void
Sets the client identifiers to exclude.
Parameters:
| Name | Type |
|---|---|
value |
string[] |
Returns: void
Defined in: Generated/TypeScript/fm.liveswitch/ChannelDeviceLayoutConfig.ts:135
setExcludedConnectionIds
▸ setExcludedConnectionIds(value: string[]): void
Sets the connection identifiers to exclude.
Parameters:
| Name | Type |
|---|---|
value |
string[] |
Returns: void
Defined in: Generated/TypeScript/fm.liveswitch/ChannelDeviceLayoutConfig.ts:147
setPriority
▸ setPriority(value: number): void
Sets the layout proirity
Parameters:
| Name | Type |
|---|---|
value |
number |
Returns: void
Inherited from: LayoutConfig
Defined in: Generated/TypeScript/fm.liveswitch/LayoutConfig.ts:98
setZone
▸ setZone(value: string): void
Sets the layout zone
Parameters:
| Name | Type |
|---|---|
value |
string |
Returns: void
Inherited from: LayoutConfig
Defined in: Generated/TypeScript/fm.liveswitch/LayoutConfig.ts:110
toJson
▸ toJson(): string
Serializes this channel device layout configuration to JSON.
Returns: string
The channel device layout configuration as JSON.
Defined in: Generated/TypeScript/fm.liveswitch/ChannelDeviceLayoutConfig.ts:160
fromJson
▸ StaticfromJson(channelDeviceLayoutConfigJson: string): ChannelDeviceLayoutConfig
Deserializes a channel device layout config from JSON.
Parameters:
| Name | Type | Description |
|---|---|---|
channelDeviceLayoutConfigJson |
string | The channel device layout configuration as JSON. |
Returns: ChannelDeviceLayoutConfig
The channel device layout configuration.
Defined in: Generated/TypeScript/fm.liveswitch/ChannelDeviceLayoutConfig.ts:36
toJson
▸ StatictoJson(channelDeviceLayoutConfig: ChannelDeviceLayoutConfig): string
Serializes a channel device layout config to JSON.
Parameters:
| Name | Type | Description |
|---|---|---|
channelDeviceLayoutConfig |
ChannelDeviceLayoutConfig | The channel device layout configuration. |
Returns: string
The channel device layout configuration as JSON.
Defined in: Generated/TypeScript/fm.liveswitch/ChannelDeviceLayoutConfig.ts:54