Skip to content

Commit

Permalink
docs(CARTO): remove matching column prop from API reference (#9002)
Browse files Browse the repository at this point in the history
  • Loading branch information
srtena authored Jul 3, 2024
1 parent 220a07e commit 31ff4bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/api-reference/carto/data-sources.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,13 +157,14 @@ type RasterTilesetSourceOptions = {
}
```
Boundary sources are experimental sources where both the tileset and the properties props need a specific schema to work. [Read more about Boundaries in the CARTO documentation](https://docs.carto.com/carto-for-developers/guides/use-boundaries-in-your-application).
#### boundaryTableSource (Experimental)
```ts
type BoundaryTableSourceOptions = {
tilesetTableName: string;
columns?: string[];
matchingColumn?: string;
propertiesTableName: string;
}
```
Expand All @@ -173,7 +174,6 @@ type BoundaryTableSourceOptions = {
```ts
type BoundaryQuerySourceOptions = {
tilesetTableName: string;
matchingColumn?: string;
propertiesSqlQuery: string;
queryParameters?: QueryParameters;
}
Expand Down

0 comments on commit 31ff4bd

Please sign in to comment.