CngxInteractiveGroupHost
projects/common/interactive/group-host/group-host.ts
Import#
import { CngxInteractiveGroupHost } from '@cngx/common/interactive'
Description#
The scaffolding bundle injectInteractiveGroupHost returns. Hosts
re-export the fields they surface publicly (id, focused,
errorState) and delegate their focusin/focusout host listeners to
the handler pair.
Index#
Instance Properties#
SignalResolved aria-labelledby reference. An explicit labelledBy option
always wins; otherwise the surrounding field's labelId applies -
only inside a cngx-form-field whose host exposes it and while the
explicit label option is empty. Group roles take no name from
content - this channel names them inside a field.
SignalField-host to aggregator cascade. Inside <cngx-form-field> the
form-field's showError() decides; outside a form-field but inside
an CngxErrorAggregator the aggregator's shouldShow() decides;
standalone it stays false.