MCPcopy Create free account
hub / github.com/DevExpress/DevExtreme / MetaItem

Interface MetaItem

packages/devextreme-themebuilder/src/types/types.d.ts:1–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1interface MetaItem {
2 Key?: string;
3 Name?: string;
4 Value?: string;
5 Type?: string;
6 TypeValues?: string;
7 [key: string]: string;
8}
9
10interface ThemesMetadata {
11 generic: MetaItem[];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected