/ fm / liveswitch / ChannelConnectionLayoutConfig
Class: ChannelConnectionLayoutConfig
fm.liveswitch.ChannelConnectionLayoutConfig
Channel connection configuration.
Hierarchy
-
↳ ChannelConnectionLayoutConfig
Table of contents
Constructors
Methods
- deserializeProperties
- getPriority
- getTypeString
- getZone
- serializeProperties
- setPriority
- setZone
- toJson
- fromJson
- toJson
Constructors
constructor
+ new ChannelConnectionLayoutConfig(): ChannelConnectionLayoutConfig
Returns: ChannelConnectionLayoutConfig
Inherited from: LayoutConfig
Defined in: Generated/TypeScript/fm.liveswitch/ChannelConnectionLayoutConfig.ts:12
Methods
deserializeProperties
▸ Protected
deserializeProperties(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
Inherited from: LayoutConfig
Defined in: Generated/TypeScript/fm.liveswitch/LayoutConfig.ts:35
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/ChannelConnectionLayoutConfig.ts:10
getZone
▸ getZone(): string
Gets the layout zone
Returns: string
Inherited from: LayoutConfig
Defined in: Generated/TypeScript/fm.liveswitch/LayoutConfig.ts:68
serializeProperties
▸ Protected
serializeProperties(jsonObject
: Hash<string, string>): void
Serializes the properties.
Parameters:
Name | Type | Description |
---|---|---|
jsonObject |
Hash<string, string> | The JSON object. |
Returns: void
Inherited from: LayoutConfig
Defined in: Generated/TypeScript/fm.liveswitch/LayoutConfig.ts:81
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 connection layout configuration to JSON.
Returns: string
The channel connection layout configuration as JSON.
Defined in: Generated/TypeScript/fm.liveswitch/ChannelConnectionLayoutConfig.ts:64
fromJson
▸ Static
fromJson(channelConnectionLayoutConfigJson
: string): ChannelConnectionLayoutConfig
Deserializes a channel connection layout config from JSON.
Parameters:
Name | Type | Description |
---|---|---|
channelConnectionLayoutConfigJson |
string | The channel connection layout configuration as JSON. |
Returns: ChannelConnectionLayoutConfig
The channel connection layout configuration.
Defined in: Generated/TypeScript/fm.liveswitch/ChannelConnectionLayoutConfig.ts:31
toJson
▸ Static
toJson(channelConnectionLayoutConfig
: ChannelConnectionLayoutConfig): string
Serializes a channel connection layout config to JSON.
Parameters:
Name | Type | Description |
---|---|---|
channelConnectionLayoutConfig |
ChannelConnectionLayoutConfig | The channel connection layout configuration. |
Returns: string
The channel connection layout configuration as JSON.
Defined in: Generated/TypeScript/fm.liveswitch/ChannelConnectionLayoutConfig.ts:49