home / docs / sections_fts

Menu

sections_fts: 100

This data as json

rowid title content
100 Submitted value contract The field.setValue() method accepts the following value types: string number boolean null These values are used as column values in requests to the insert rows and update row JSON APIs. Plugins should not pass objects or arrays to field.setValue() . If a column stores structured data in SQLite, such as JSON in a TEXT column, the plugin should serialize that data first and submit the serialized string. Client-side parsing can still be useful for validation or editor state, but the submitted value should match the SQLite value Datasette should write.
Powered by Datasette · Queries took 4.76ms