whatsapp-api-js - v6.2.2
    Preparing search index...

    Class ListSection

    Section API object

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    Constructors

    • Builds a list section component for ActionList

      Parameters

      • title: string | undefined

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

      • ...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