Interface StoryUpdateEvent

interface StoryUpdateEvent {
    dataSettings: DataSettings;
    parameter?: ParameterProperty;
    property?: CalculationProperty;
    type: "Parameter" | "Calculation";
}

Properties

dataSettings: DataSettings
parameter?: ParameterProperty
type: "Parameter" | "Calculation"

Generated using TypeDoc