1. YCLIENTS
  2. Маркетплейс интеграций
  3. Плагинизация
  4. Руководство по созданию Frontend плагина
  5. Плагинизация виджета онлайн-записи
  6. Widget API
  7. Types
  8. TWApiSlotContainerInfo

TWApiSlotContainerInfo


Информация о месте встраивания:

type TWApiSlotContainerInfo = {
    containerType: EWApiSlotContainerType;
    containerOptions?: TContainerOptions;
}

EWApiSlotContainerType

TContainerOptions

containerType

EWApiSlotContainerType.masterInfoAfterInformation
EWApiSlotContainerType.masterTag
containerOptions: {
    masterId: number;
}

containerType

EWApiSlotContainerType.serviceTag
containerOptions: {
    serviceId: number;
}

containerType (все остальные)

EWApiSlotContainerType.recordTypePagePrepend
EWApiSlotContainerType.recordTypePageLast
EWApiSlotContainerType.menuPrepend
EWApiSlotContainerType.menuLast
EWApiSlotContainerType.masterSelectPrepend
EWApiSlotContainerType.servicesSelectPrepend
EWApiSlotContainerType.activitySelectPrepend

containerOptions не проставляется

Предыдущая статья TWApiColorTokensMap
Следующая статья TWApiSlotInfo