| 68 | scenario?: string; |
| 69 | |
| 70 | /** Design system id for html projects; unknown ids fall back to the first. |
| 71 | * Nothing stores it — it is baked into the scaffolded page's tokens. */ |
| 72 | @Field(() => String, { nullable: true }) |
| 73 | style?: string; |
nothing calls this directly
no outgoing calls
no test coverage detected