Type Alias EventPluckedFieldOptions<T>

EventPluckedFieldOptions<T>: {
    initialValue: T;
    lazy?: Lazy;
}

Type Parameters

  • T