Hierarchy (view full)

Constructors

Properties

Constructors

Properties

body: null | MJTabBodyComponent = null
done: ((error?) => {})

Whenever the container is done processing, it MUST call this done method to signal that it is done.

Type declaration

    • (error?): {}
    • Parameters

      • Optional error: any

      Returns {}

    index: number
    newTabIndex: number

    This property provides the default calculation for what the new tab index will be and can be overriden by the container component to set a different value.

    tab: null | MJTabComponent = null