Options for update and remove operations. Supports multi-area operations via arrays or glob patterns.
Type Parameters#
| Type Parameter | Default type |
|---|---|
A extends UIAreaSpecifier | UIAreaSpecifier |
Properties#
| Property | Type | Description |
|---|---|---|
in | A | The UI area(s) to operate on. Can be a single area, array, or glob pattern. |
match | ComponentMatcher<InferComponentType<A>> | The matcher to find components. Autocomplete is area-specific when targeting a single area. |
when? | InferOrderContext<A> | Optional context filter. |
at? | "top" | "bottom" |