Search Results for

    / fm / liveswitch / ChannelConnectionLayoutConfig

    Class: ChannelConnectionLayoutConfig

    fm.liveswitch.ChannelConnectionLayoutConfig

    Channel connection configuration.

    Hierarchy

    • LayoutConfig

      ↳ ChannelConnectionLayoutConfig

    Table of contents

    Constructors

    • constructor

    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

    ▸ 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

    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

    ▸ ProtectedserializeProperties(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

    ▸ StaticfromJson(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

    ▸ StatictoJson(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

    In This Article
    Back to top Copyright © LiveSwitch Inc. All Rights Reserved. Doc build for LiveSwitch v1.16.0