MCPcopy Create free account
hub / github.com/bernaferrari/FigmaToCode / PreferenceOptions

Interface PreferenceOptions

packages/types/src/types.ts:208–213  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

206// UI
207
208export interface PreferenceOptions {
209 itemType: string;
210 label: string;
211 propertyName: string;
212 includedLanguages?: Framework[];
213}
214export interface SelectPreferenceOptions extends PreferenceOptions {
215 itemType: "select";
216 propertyName: Exclude<keyof PluginSettings, "framework">;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected