ScreenDefinition
No description
type ScreenDefinition {
sections: [ScreenSectionBase!]!
}
Fields
ScreenDefinition.sections ● [ScreenSectionBase!]! non-null interface
The sections/tables that make up this screen
Member Of
Screen object