Visualization
    Preparing search index...

    Interface PopoutSection

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

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

    Properties

    Properties

    children: PopoutComponent[]

    Specifies the components in the section

    heading?: string

    Specifies the heading of the section