Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • filterUI

Index

Properties

Methods Event Listeners

Methods Other

Properties

element: HTMLElement
filterBy?: any
instance: OrgChart

Event Listeners Methods

  • on(type: "update" | "add-item" | "add-filter" | "show-items", listener: (sender: filterUI, args: any, args1: any, args2: any) => boolean | void): filterUI
  • The on() method of the filterUI interface sets up a function that will be called whenever the specified event is delivered to the target. *

    Parameters

    • type: "update" | "add-item" | "add-filter" | "show-items"

      A case-sensitive string representing the event type to listen for.

    • listener: (sender: filterUI, args: any, args1: any, args2: any) => boolean | void

      The object that receives a notification when an event of the specified type occurs. This must be a JavaScript function.

        • (sender: filterUI, args: any, args1: any, args2: any): boolean | void
        • Parameters

          • sender: filterUI
          • args: any
          • args1: any
          • args2: any

          Returns boolean | void

    Returns filterUI

Other Methods

  • addFilterTag(data: object): boolean
  • Parameters

    • data: object

    Returns boolean

  • hide(): void
  • Hides the filter tabs

    Returns void

  • Parameters

    Returns void

  • show(filterTabName: string): void
  • Opens filter Tab

    Parameters

    • filterTabName: string

      the name of the filter tab

    Returns void

  • update(): void
  • Returns void

Legend

  • Constructor
  • Property
  • Method
  • Property
  • Method
  • Static property
  • Static method
  • Inherited method

Settings

Theme

Generated using TypeDoc