Section API object

Hierarchy

Constructors

Properties

Constructors

  • Builds a list section component for ActionList

    Parameters

    • title: undefined | string

      Title of the section, only required if there are more than one section

    • Rest ...rows: AtLeastOne<Row>

      Rows of the list section

    Returns ListSection

    Throws

    If title is over 24 characters if provided

    Throws

    If more than 10 rows are provided

Properties

rows: Row[]

The rows of the section

title?: string

The title of the section

Generated using TypeDoc