Skip to content

Theemo / @theemo/figma / FigmaParserConfigWithDefaults

Type: FigmaParserConfigWithDefaults

ts
type FigmaParserConfigWithDefaults: FigmaParserConfig & DefaultFigmaParserConfig;

You can configure the figma parser for the figma reader and the plugins. For the config everything is optional, yet there are defaults being used.

For plugin development, you'll receive the config with the defaults being used. That's helpful for developing the plugin, as your IDE shows you, which of the config has a default or not.

Source

packages/@theemo/figma/src/defaults.ts:36