Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Funicular<IC, IEventsList>

Type parameters

Hierarchy

Indexable

[key: string]: any

Index

Constructors

Static constructor

  • new Funicular(id?: string): any
  • Parameters

    • Optional id: string

    Returns any

Properties

Static childs

Static clone

Static cursor

cursor: IC

Static emitter

emitter: EventEmitter

Static id

id: string

Static isDestroyed

isDestroyed: boolean

Static needRemount

needRemount: boolean

Static needUnmount

needUnmount: boolean

Static parents

Static remounted

remounted: TFunicular

Static result

result: any

Static state

Methods

Static abandonChilds

  • abandonChilds(): Promise<any>

Static addParentToChilds

  • addParentToChilds(): void

Static childDestroyed

Static childRemounted

Static childsMounting

  • childsMounting(): Promise<any>

Static childsUnmounting

  • childsUnmounting(): Promise<any>

Static cloneAndMount

  • cloneAndMount(): Promise<any>

Static cursorFilling

  • cursorFilling(): Promise<any>

Static destroy

  • destroy(): void
  • Returns void

Static emit

  • emit<IE>(eventName: IE, data: IEventsList[IE]): this
  • Type parameters

    • IE: keyof IEventsList

    Parameters

    • eventName: IE
    • data: IEventsList[IE]

    Returns this

Static generateId

  • generateId(): string
  • Returns string

Static mount

  • mount(cursor: IC): Promise<void>

Static off

  • off<IE>(eventName: IE, listener: function): this
  • Type parameters

    • IE: keyof IEventsList

    Parameters

    • eventName: IE
    • listener: function
        • (data: IEventsList[IE]): void
        • Parameters

          • data: IEventsList[IE]

          Returns void

    Returns this

Static on

  • on<IE>(eventName: IE, listener: function): this
  • Type parameters

    • IE: keyof IEventsList

    Parameters

    • eventName: IE
    • listener: function
        • (data: IEventsList[IE]): void
        • Parameters

          • data: IEventsList[IE]

          Returns void

    Returns this

Static once

  • once<IE>(eventName: IE, listener: function): this
  • Type parameters

    • IE: keyof IEventsList

    Parameters

    • eventName: IE
    • listener: function
        • (data: IEventsList[IE]): void
        • Parameters

          • data: IEventsList[IE]

          Returns void

    Returns this

Static register

  • register(): Promise<any>

Static remount

  • remount(): Promise<any>

Static requestChilds

  • requestChilds(): Promise<any>

Static start

  • start(): Promise<any>

Static starting

  • starting(): Promise<any>

Static stop

  • stop(): Promise<any>

Static stopping

  • stopping(): Promise<any>

Static unmount

  • unmount(): Promise<any>

Static unregister

  • unregister(): Promise<any>

Static unwatchChildsEvents

  • unwatchChildsEvents(): void

Static watchChildsEvents

  • watchChildsEvents(): void

Generated using TypeDoc