UNPKG

@nodata/render

Version:

Allows to dynamically render nodata components

11 lines (10 loc) 540 B
import { Datablock, DatablockView } from '@nodata/action'; import { DatablockRendererPlugin } from './datablock-renderer-plugin'; import { WitchartRendererPlugin } from './witchart-renderer-plugin'; export declare class FallbackRendererPlugin extends WitchartRendererPlugin implements DatablockRendererPlugin { private readonly fallbackMessage; constructor(fallbackMessage?: string); initialize(datablockView: DatablockView, datablock: Datablock, data: any): this; private convertViewToGrid; private configureTooltip; }