Member Junction
    Preparing search index...

    A keyboard-driven request from the tab list, carrying the tab it refers to.

    interface MJTabListRequest {
        Element: HTMLElement;
        Index: number;
    }
    Index

    Properties

    Properties

    Element: HTMLElement

    The tab element itself, for hosts that key off a data attribute rather than position.

    Index: number

    Position of the tab among its siblings, which is all this directive can know about identity.