pocketbase / js-sdk

PocketBase JavaScript SDK

Home Page:https://www.npmjs.com/package/pocketbase

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Property 'presentable' does not exist on type 'SchemaField'

hungcrush opened this issue · comments

Sorry, should we add presentable to SchemaField ?

Yes, I forgot to add it. I'll update it with the next release (the related Dart DTO will also have to be changed).

As a temp workaround for now if you need to access it or set it in a TS environment you can try using the brackets-string notation, aka. field["presentable"] = true.

The missing field was added in the develop branch and will be available with the next v0.20.0 release once finalized.