/ fm / liveswitch / LayoutConfig
Class: LayoutConfig
fm.liveswitch.LayoutConfig
Layout configuration.
Hierarchy
LayoutConfig
Table of contents
Constructors
Methods
Constructors
constructor
+ new LayoutConfig(): LayoutConfig
Returns: LayoutConfig
Defined in: Generated/TypeScript/fm.liveswitch/LayoutConfig.ts:15
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
Defined in: Generated/TypeScript/fm.liveswitch/LayoutConfig.ts:35
getPriority
▸ getPriority(): number
Gets the layout proirity
Returns: number
Defined in: Generated/TypeScript/fm.liveswitch/LayoutConfig.ts:56
getTypeString
▸ getTypeString(): string
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/LayoutConfig.ts:9
getZone
▸ getZone(): string
Gets the layout zone
Returns: string
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
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
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
Defined in: Generated/TypeScript/fm.liveswitch/LayoutConfig.ts:110