Member Junction
    Preparing search index...

    Result when a panel is added

    interface AddPanelResult {
        Config: PanelConfig;
        Icon?: string;
        PartType: MJDashboardPartTypeEntity;
        Title: string;
    }
    Index

    Properties

    Config: PanelConfig
    Icon?: string
    Title: string