Back to Pocketbase

Function isCollectionNameUnique

static/jsvm/functions/_app.isCollectionNameUnique.html

latest665 B
Original Source

Function isCollectionNameUnique

  • isCollectionNameUnique(name, ...excludeIds): boolean

IsCollectionNameUnique checks that there is no existing collection with the provided name (case insensitive!).

Note: case insensitive check because the name is used also as table name for the records.

Parameters

name: string
Rest ...excludeIds: string[]

Returns boolean

Settings

Member Visibility

  • Inherited

Theme

OSLightDark

Generated using TypeDoc