Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Type Aliases

ChannelParameters: Record<string, any>
ComponentModels: Record<string, any>
ComponentParameters: Record<string, any>
Listener<T, U>: ((eventData: T[U]) => any)

Type Parameters

  • T

  • U extends Extract<keyof T, string>

Type declaration

    • (eventData: T[U]): any
    • Parameters

      • eventData: T[U]

      Returns any

MetaPosition: typeof META_POSITION_BEGIN | typeof META_POSITION_END
PageLinks: "self" | "site"
UnsubscribeFn: (() => void)

Type declaration

    • (): void
    • Returns void

Variables

TYPE_COMPONENT: "component" = 'component'

Generic component type.

TYPE_COMPONENT_CONTAINER: "container" = 'container'

Container type.

TYPE_COMPONENT_CONTAINER_ITEM: "container-item" = 'container-item'

Container item type.

TYPE_LINK_UNKNOWN: "unknown" = 'unknown'

Unresolved link.