type UIAreaContext<A> = Omit<OrderContextFor<A>, keyof OrderContext>;UI area-specific context - excludes base OrderContext properties (like editMode) that are read-only and derived from the engine.
For ‘ly.img.caption.panel’: \{ view?: 'create' | 'edit' | 'style' \}
For other areas: \{\} (nothing area-specific)
Type Parameters#
| Type Parameter |
|---|
A extends UIArea |