MCPcopy
hub / github.com/soybeanjs/soybean-admin / NaiveColorAction

Interface NaiveColorAction

src/store/modules/theme/shared.ts:201–204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199type NaiveColorKey = `${App.Theme.ThemeColorKey}Color${NaiveColorScene}`;
200type NaiveThemeColor = Partial<Record<NaiveColorKey, string>>;
201interface NaiveColorAction {
202 scene: NaiveColorScene;
203 handler: (color: string) => string;
204}
205
206/**
207 * Get naive theme colors

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected