Options
All
  • Public
  • Public/Protected
  • All
Menu

Vue Components for AaSH (ARIA augmented Semantic HTML)

Index

Classes

Type aliases

Type aliases

Panel

Panel: { id: string; label: string | Function; removeCallback: () => {} }

The information about a panel managed by the tablist.

Type declaration

  • id: string

    The id of the panel's root node

  • label: string | Function

    The label to use for the panel

  • removeCallback: () => {}

    A function to call when the panel is removed (optional)

      • (): {}
      • Returns {}

Generated using TypeDoc