FigmaVariablesFetcher constructor
Creates a new FigmaVariablesFetcher instance.
Parameters:
_figmaToken: A valid Figma access token_fileId: The ID of the Figma file to access
Implementation
FigmaVariablesFetcher(this._figmaToken, this._fileId);
Creates a new FigmaVariablesFetcher instance.
Parameters:
_figmaToken: A valid Figma access token_fileId: The ID of the Figma file to accessFigmaVariablesFetcher(this._figmaToken, this._fileId);