Properties

name: string

The DOM elements ID

Methods

  • Returns void

  • Parameters

    • Optional result: any

    Returns void

  • Closes the overlay.

    Returns void

  • Returns void

  • Returns the elements children.

    Returns any[]

  • Returns the elements data binding context.

    Parameters

    • dataSourceName: string

      The data sources name.

    Returns Object

  • Returns the DOM element.

    Returns any

  • Returns the elements parent.

    Returns any

  • Returns the properties value.

    Parameters

    • propertyName: string

      The property name.

    Returns any

  • Hides the element.

    Parameters

    • Optional forceHide: boolean

      Whether the hide should be forced.

    Returns void

  • Executes the handler on before element action.

    Parameters

    • handler: (() => void)

      The handler.

        • (): void
        • Returns void

    Returns void

  • Replces all given placeholders of a property.

    Parameters

    • propertyName: string

      The property name. E.g.: "text"

    • placeholderValues: Object

      The placeholder ({$myPlaceholder}) replacement object. E.g.: {myPlaceholder: "My new content"}

    Returns void

  • Sets the properties value.

    Parameters

    • path: string

      The property path.

    • value: any

      The property value.

    Returns void

  • Sets the properties value.

    Parameters

    • name: string

      The property name.

    • value: any

      The property value.

    Returns void

  • Un-hides the element.

    Parameters

    • Optional forceShow: boolean

      Whether the un-hide should be forced.

    Returns void

  • Shows the element as overlay.

    Returns void

Generated using TypeDoc