@nospamproxy/core
    Preparing search index...

    A control with tabs.

    <tabs-control>
    <tab-content header="Simple Tab Header">
    <normal-text value="Tab Content"></normal-text>
    </tab-content>
    <tab-content header="Second tab...">
    <normal-text value="Tab Content"></normal-text>
    </tab-content>
    <template au-slot="footer">footer content</template>
    </tabs-control>

    Implements

    • ICustomElementViewModel
    Index

    Constructors

    Properties

    activeTabId: string = ''
    fullPage: boolean = false
    tabChanged?: (tab: TabHandle<string>) => void | undefined
    tabHandles: TabHandle<string>[] = []

    Methods

    • Parameters

      • name: string

      Returns void

    • Returns void

    • Parameters

      • name: string

      Returns TabHandle<string> | undefined

    • Parameters

      • idOrHandle: string | TabHandle<string>
      • suppressEvent: boolean = false

      Returns void