MCPcopy Index your code
hub / github.com/DevCloudFE/ng-devui / setDataFromNameSpace

Method setDataFromNameSpace

devui/theme/utils/interface.ts:8–8  ·  view source on GitHub ↗
(nameSpace: string, value: any)

Source from the content-addressed store, hash-verified

6export interface IContextService {
7 getDataFromNameSpace(nameSpace: string): any;
8 setDataFromNameSpace(nameSpace: string, value: any): any;
9}
10
11export interface IEventBus {

Callers 1

saveCustomThemeMethod · 0.65

Implementers 1

ContextServicedevui/theme/utils/context-service.ts

Calls

no outgoing calls

Tested by

no test coverage detected