Skip to main content

RemovedValueEntry

No description

type RemovedValueEntry {
sectionId: String!
fieldId: String!
rowNumber: Int
}

Fields

RemovedValueEntry.sectionId ● String! non-null scalar

The ID of the section containing the removed field

RemovedValueEntry.fieldId ● String! non-null scalar

The ID of the field whose value was removed

RemovedValueEntry.rowNumber ● Int scalar

For table sections: the 0-based row number (null for regular sections)

Member Of

Screen object