UNPKG

@nova-ui/dashboards

Version:

Nova Dashboards is a framework designed to provide feature developers with a common solution for presenting data coming from various sources within a single view, as well as a set of predefined widget visualizations that are 100% configuration-driven and

48 lines (47 loc) 1.27 kB
import { IInfoMessage } from "../../components/types"; import { IProviderConfiguration } from "../../types"; export declare const embeddedContentConfigurator: { structure: { "/": { id: string; componentType: string; properties: { elementClass: string; nodes: string[]; }; }; presentation: { id: string; componentType: string; properties: { headerText: string; nodes: string[]; }; }; titleAndDescription: { id: string; componentType: string; providers: { converter: IProviderConfiguration; }; }; customConfig: { id: string; componentType: string; properties: { headerText: string; nodes: string[]; }; }; embeddedContentSelection: { id: string; componentType: string; properties: { messageComponent: IInfoMessage; }; providers: { converter: IProviderConfiguration; }; }; }; };