File

lib/models/plot-settings-plots.model.ts

Index

Properties

Properties

defaultPlotSetting
defaultPlotSetting: NshmpPlotSettings
Type : NshmpPlotSettings
expanded
expanded: boolean
Default value : true
Type : boolean
Optional

Whether the panel is expanded.

plot
plot: NshmpPlot
Type : NshmpPlot
updatePlot
updatePlot: function
Type : function
import {NshmpPlot, NshmpPlotSettings} from './nshmp-plot.model';

export interface PlotSettingsPlots {
  defaultPlotSetting: NshmpPlotSettings;
  plot: NshmpPlot;
  updatePlot: (plot: NshmpPlot) => void;

  /**
   * Whether the panel is expanded.
   *
   * @default true
   */
  expanded?: boolean;
}

results matching ""

    No results matching ""