refactor: finalize bootstrap-driven layout and widget runtime
This commit is contained in:
@@ -1,11 +1,15 @@
|
||||
import { Type } from '@angular/core';
|
||||
import { WidgetConfig } from '../../shared/models/config';
|
||||
import { SectionConfig } from '../../shared/models/config';
|
||||
import { WidgetVisibilityConfig } from '../../shared/models/config';
|
||||
|
||||
export interface WidgetRenderNode {
|
||||
id: string;
|
||||
type: string;
|
||||
version: string;
|
||||
order?: number;
|
||||
padding?: string;
|
||||
visibility?: WidgetVisibilityConfig;
|
||||
props: Record<string, unknown>;
|
||||
featureFlag?: string;
|
||||
visible?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user