Callback backing an injected property setter.
typedef JsSetter<T extends Object> = FutureOr<void> Function(T target, Object? value);