Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IModifyCreator

Hierarchy

  • IModifyCreator

Index

Methods

finish

startMessage

  • Starts the process for building a new message object.

    Parameters

    • Optional data: IMessage

      (optional) the initial data to pass into the builder, the id property will be ignored

    Returns IMessageBuilder

    an IMessageBuilder instance

startRoom

  • Starts the process for building a new room.

    Parameters

    • Optional data: IRoom

      (optional) the initial data to pass into the builder, the id property will be ignored

    Returns IRoomBuilder

    an IRoomBuilder instance

Generated using TypeDoc