Interface UpdateTasksHelper

    Update tasks helper

    interface UpdateTasksHelper {
        currentTask?: ISimulationTask;
        tasks?: ISimulationTask[];
        updateTasks: (() => void);
    }

    Properties

    currentTask?: ISimulationTask
    tasks?: ISimulationTask[]
    updateTasks: (() => void)

    Type declaration

      • (): void
      • Returns void

    Generated using TypeDoc and TypeDoc Airthium Plugin