MCPcopy
hub / github.com/microsoft/data-formulator / StylePreset

Interface StylePreset

src/views/EncodingShelfCard.tsx:308–313  ·  view source on GitHub ↗

* One-click style presets surfaced in the bottom-left palette menu of the * follow-up speech bubble. Each entry maps to a detailed natural-language * instruction that is fed directly to the chart restyle agent (bypassing the * intent classifier — we already know this is a style change). * * Lab

Source from the content-addressed store, hash-verified

306 * background, title alignment, etc.).
307 */
308interface StylePreset {
309 key: string;
310 label: string;
311 description: string;
312 instruction: string;
313}
314
315const STYLE_PRESETS: StylePreset[] = [
316 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected