Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/figma/plugin-samples
/ Category
Interface
Category
trivia/code.ts:1–4 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
interface
Category {
2
name: string;
3
data: string;
4
}
5
interface
TriviaParameters {
6
number?: number;
7
category?: number;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected