For the complete documentation index, see llms.txt. This page is also available as Markdown.

tableRowChangeItem

Represents a single table row change item.

Examples

type TableRowChangeItem {
  name: String
  regex: String
}

Fields

Field
Description
Supported fields

name String

Name of the table row

regex String

Regex of the table row

References

Fields with this object:

Last updated