Defines a section of the work item form layout

interface Section {
    groups?: Group[];
    id?: string;
    overridden?: boolean;
}

Properties

groups?: Group[]

List of child groups in this section

id?: string

The id for the layout node.

overridden?: boolean

A value indicating whether this layout node has been overridden by a child layout.