Trading Assistant API Documentation - v0.1.0
    Preparing search index...

    Interface DashboardWidget

    interface DashboardWidget {
        id: string;
        type: "chart" | "metric" | "table" | "list";
        title: string;
        position: { x: number; y: number; width: number; height: number };
        config: Record<string, any>;
    }
    Index

    Properties

    id: string
    type: "chart" | "metric" | "table" | "list"
    title: string
    position: { x: number; y: number; width: number; height: number }
    config: Record<string, any>