Interface PopoutSection

Represents a section of a pop out dialog. See Controls.popout.

interface PopoutSection {
    children: PopoutComponent[];
    heading?: string;
}

Properties

Properties

children: PopoutComponent[]

Specifies the components in the section

heading?: string

Specifies the heading of the section