Skip to content

Interface: CrawlStrategy

Defined in: api_types.ts:511

Defines how to crawl a parameter, where its values are populated from the results of another sync table.

Example

{
  parentTable: {
    tableName: "Projects",
    propertyKey: "id",
  },
},

See

ParamDef#crawlStrategy

Properties

parentTable?

optional parentTable: SyncTableRelation

Defined in: api_types.ts:515

Information about the parent table and column to use to source the values for this parameter when crawling.