Skip to content

Plugin.registerBasesView method

Plugin › registerBasesView

Official

Register a Base view handler that can be used to render data from property queries.

Signature:

registerBasesView(viewId: string, registration: BasesViewRegistration): boolean

Parameters:

Parameter Type Description
viewId string
registration BasesViewRegistration

Returns: booleanfalse if bases are not enabled in this vault.

Since: 1.10.0