Aller au contenu

Warning

Nous commençons tout juste à traduire la documentation pour cette langue, désolé !

Nous affichons des pages traduites partiellement afin de suivre l’avancement.

Cette page n’est pas encore traduite. Mais la bonne nouvelle est que vous pouvez rejoindre la communauté de traduction pour nous aider 👋.

Interface: ReadyPayload#

grist-plugin-api.ReadyPayload

Options when initializing connection to Grist.

Hierarchy#

ReadyPayload

Table of contents#

Properties#

Properties#

allowSelectBy#

Optional allowSelectBy: boolean

Show widget as linking source.

Inherited from#

Omit.allowSelectBy


columns#

Optional columns: ColumnsToMap

Tells Grist what columns Custom Widget expects and allows user to map between existing column names and those requested by Custom Widget.

Inherited from#

Omit.columns


onEditOptions#

Optional onEditOptions: () => unknown

Type declaration#

▸ (): unknown

Handler that will be called by Grist to open additional configuration panel inside the Custom Widget.

Returns#

unknown


requiredAccess#

Optional requiredAccess: string

Required access level. If it wasn’t granted already, Grist will prompt user to change the current access level.

Inherited from#

Omit.requiredAccess