Creates a tabulator or file folder view. Place hylo-tab components inside this component to define each individual view.

Properties

Methods

Events

Properties

fit: boolean

By default the height of the component is the height of the tallest individual view (hylo-tab component). With "fit" set, the height fits the height of the currently showing view (hylo-tab component).

Methods

  • Updates the component. Should be called when the order of the hylo-tab component changed or a hylo-tab component got added or removed.

    Returns Promise<void>

Events

hyloTabChanged: EventEmitter<number>

Fires when the currently showing view (hylo-tab component) changed. Emits the zero based index (order number) of the new view.

Generated using TypeDoc