Back to Pocketbase

Function deleteView

static/jsvm/functions/_app.deleteView.html

latest626 B
Original Source

Function deleteView

  • deleteView(dangerousViewName): void

DeleteView drops the specified view name.

This method is a no-op if a view with the provided name doesn't exist.

NB! Be aware that this method is vulnerable to SQL injection and the "dangerousViewName" argument must come only from trusted input!

Parameters

dangerousViewName: string

Returns void

Settings

Member Visibility

  • Inherited

Theme

OSLightDark

Generated using TypeDoc