Function: parseFigmaRef()
function parseFigmaRef(ref): FigmaRef | "current";
Defined in: packages/uimatch-cli/src/experimental/figma-mcp.ts:251
Experimental
Parses a Figma reference into file key and node ID.
Supports 'current', fileKey:nodeId format, or full Figma URL.
Parameters
ref
string
Figma reference string
Returns
FigmaRef | "current"
File key and node ID, or 'current' for current selection