Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Office

office

class that manages active offices implemented functions:

getlines
newlinecreator

Hierarchy

  • Office

Implements

Index

Constructors

constructor

  • Parameters

    • dto: OfficeDTO
    • api: Api
    • channel: IChannel
    • token: string
    • Default value isTmp: boolean = false

    Returns Office

Properties

api

api: Api

apiFormLine

apiFormLine: ApiFormLine

Optional fieldData

isTmp

isTmp: boolean

lines

lines: Array<ILine>

officeChannel

officeChannel: IChannel

officeId

officeId: number

officeName

officeName: string

officeSlug

officeSlug: string

online

online: boolean

reservable

reservable: boolean

subscribers

subscribers: Array<ISubscriptionCallbacks>

timezone

timezone: string

token

token: string

version2

version2: boolean

webOnly

webOnly: boolean

Methods

getDataState

getField

getLines

Private mapDtoToLines

  • Parameters

    Returns Array<ILine>

newLineCreator

  • Parameters

    Returns ILine

subscribe

Generated using TypeDoc