Hierarchy (View Summary)

Constructors

Properties

attributeDirectives: undefined

set to undefined stop, loop

attributes?: ElementAttribute<string, string | number | boolean | object>[]

hold static attr and event that will resolve normally from the global window.

inputs?: LiveAttribute[]

hold the attrs/inputs name marked as one way binding

name: string

name of the directive

outputs?: ElementAttribute<string, string>[]

hold the name of events that should be connected to a listener

templateAttrs?: LiveAttribute[]

directive attribute

twoWayBinding?: LiveAttribute[]

hold the name of attributes marked for 2 way data binding

Methods

  • Parameters

    • attrName: string
    • Optionalvalue: string | number | boolean | object

    Returns void

  • Parameters

    • attrName: string
    • valueSource: string

    Returns void

  • Parameters

    • eventName: string
    • handlerSource: string

    Returns void

  • Parameters

    • attrName: string
    • valueSource: string

    Returns void

  • Parameters

    • eventName: string
    • handlerSource: string

    Returns void