Skip to main content

ScreenResultTable

No description

type ScreenResultTable implements ScreenResultSectionBase {
title: String!
columns: [ScreenResultColumn!]!
rows: [RowOfTableValues!]!
}

Fields

ScreenResultTable.title ● String! non-null scalar

ScreenResultTable.columns ● [ScreenResultColumn!]! non-null object

ScreenResultTable.rows ● [RowOfTableValues!]! non-null object

Interfaces

ScreenResultSectionBase interface

Member Of

InternalTypeRegistry object