Hierarchy

  • Controller

Properties

active_: JQuery<HTMLElement>

Currently active sliding box.

back: (() => void)

Type declaration

    • (): void
    • Export the back function already bound to this. This makes sure that the function is called on the right context, when it is passed to an attribute in a template

      Returns void

backButton_: JQuery<HTMLElement>

The back button in the navigation header.

header_: JQuery<HTMLElement>

The navigation header.

slid_: JQuery<HTMLElement>[]

Stack of slid-in items.

Methods

  • Return to the previous slide if the given element is active.

    Parameters

    • element: Element

      The element to check.

    Returns void

  • Initialize the directive with the linked element.

    Parameters

    • element: JQuery<HTMLElement>

      Element.

    Returns void

  • Parameters

    • active: JQuery<HTMLElement>

      The currently active sliding box.

    • back: boolean

      Whether to move back.

    Returns void

Generated using TypeDoc