fcharts-js - v0.3.0
    Preparing search index...

    Interface FChartActionReturn

    What the action hands back to Svelte (structurally ActionReturn<FChartConfig>).

    interface FChartActionReturn {
        destroy(): void;
        update(config: FChartConfig): void;
    }
    Index

    Methods

    Methods