Section API object

Hierarchy (view full)

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

    If title is over 24 characters if provided

    If more than 10 rows are provided

Properties

rows: Row[]

The rows of the section

title?: string

The title of the section