Skip to main content
The Figma plugin syncs data locally. Use corsair.figma.db.<entity>.search({ data, limit?, offset? }) with the filters listed per entity.

Comments

Path: figma.db.comments.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.

Components

Path: figma.db.components.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.

File Metadata

Path: figma.db.fileMetadata.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.

Versions

Path: figma.db.versions.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.

Webhook Configs

Path: figma.db.webhookConfigs.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.