Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Functions

accessibleHandler

  • accessibleHandler(): Function
  • This convenience decorator is used to help simplify accessibility within the widget keyboard events.

    Read more...

    Returns Function

cssTransition

  • cssTransition(type: "enter" | "exit", className: string): Function
  • Utility method used for creating CSS animation/transition functions.

    Read more...

    Parameters

    • type: "enter" | "exit"
    • className: string

    Returns Function

isActivationKey

  • isActivationKey(key: string): boolean
  • Utility method used to determine if a pressed key should activate button behavior.

    Read more...

    Parameters

    • key: string

    Returns boolean

isRTL

  • isRTL(): boolean
  • Utility method used to determine if the directionality of the text of the document is right-to-left.

    Read more...

    Returns boolean

messageBundle

  • messageBundle(bundleId?: string): Function
  • This convenience decorator is used to help simplify localization of the widget.

    Read more...

    Parameters

    • Optional bundleId: string

    Returns Function

renderable

  • renderable(propertyName?: string | string[]): Function
  • This convenience decorator marks a property for automatic rendering.

    Read more...

    Parameters

    • Optional propertyName: string | string[]

    Returns Function

storeNode

  • storeNode(node: HTMLElement): void
  • This convenience method is used to assign an HTMLElement DOM node reference to a variable.

    Read more...

    Parameters

    • node: HTMLElement

    Returns void

vmEvent

  • vmEvent(eventNames: string | string[]): Function
  • This convenience decorator helps dispatch view model events on the widget instance.

    Read more...

    Parameters

    • eventNames: string | string[]

    Returns Function

Generated using TypeDoc