Skip to content

Interface: DynamicOptions

core.DynamicOptions

A set of options used internally by makeDynamicSyncTable, or for static sync tables that have a dynamic schema.

Properties

defaultAddDynamicColumns

Optional defaultAddDynamicColumns: boolean

See defaultAddDynamicColumns

Defined in

api.ts:1910


entityName

Optional entityName: string

See entityName

Defined in

api.ts:1908


getSchema

Optional getSchema: MetadataFormulaDef

A formula that returns the schema for this table.

For a dynamic sync table, the value of getSchema is passed through here. For a non-dynamic sync table, you may still implement this if you table has a schema that varies based on the user account, but does not require a dynamicUrl.

Defined in

api.ts:1906


propertyOptions

Optional propertyOptions: PropertyOptionsMetadataFunction<any>

See propertyOptions

Defined in

api.ts:1915