Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TableHeading

The heading for the table.

export
interface

TableHeading

Hierarchy

  • TableHeading

Index

Properties

Properties

key

key: string

The key in the data that contains the data for the heading.

type

{string}

memberof

TableHeading

Optional subHeading

subHeading: TableSubHeading[]

The sub heading for the heading(if any).

type

{TableSubHeading[]}

memberof

TableHeading

title

title: string

The title to display for the heading.

type

{string}

memberof

TableHeading

Generated using TypeDoc