Row API object

Constructors

Properties

Constructors

  • Builds a row component for a ListSection

    Parameters

    • id: string

      The id of the row. Maximum length: 200 characters.

    • title: string

      The title of the row. Maximum length: 24 characters.

    • Optionaldescription: string

      The description of the row. Maximum length: 72 characters.

    Returns Row

    If id is over 200 characters

    If title is over 24 characters

    If description is over 72 characters

Properties

description?: string

The description of the row

id: string

The id of the row

title: string

The title of the row