Hierarchy

  • IRoomExtender

Properties

kind: ROOM

Methods

  • Adds a custom field to the room. Note: This key can not already exist or it will throw an error. Note: The key must not contain a period in it, an error will be thrown.

    Parameters

    • key: string

      the name of the custom field

    • value: any

      the value of this custom field

    Returns IRoomExtender

Generated using TypeDoc