Member Junction
    Preparing search index...

    Information about a form section, including its expanded state and optional metadata. Generic type M allows subclasses to extend with custom metadata.

    Type Parameters

    • M = any
    Index

    Constructors

    Properties

    isExpanded: boolean

    Whether the section is currently expanded

    metadata?: M

    Optional custom metadata for the section

    rowCount?: number

    Optional row count for related entity sections (populated after grid loads)

    sectionKey: string

    Unique key for the section (used for lookups and bindings)

    sectionName: string

    Display name for the section