features property

HeadlessRequestFeatures features
final

Typed features for the request (e.g., remote loading state, error info).

Provides data that presets/slots can read to customize UI behavior. Unlike overrides, features carry data/state, not visual customization.

Example: autocomplete remote loading state is passed here so that empty state slot can show "loading..." or "error + retry" UI.

Implementation

final HeadlessRequestFeatures features;