Type alias TaskUIControls

TaskUIControls: {
    activeLeg: TaskUILeg;
    consult: InteractionUIControls;
    main: InteractionUIControls;
}

UI controls surfaced to task consumers. Consumers should read controls from the per-leg surfaces and use activeLeg to determine which one is currently interactive.

Type declaration