ixfx
    Preparing search index...

    Type Alias EventPluckedFieldOptions<T>

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

    Type Parameters

    • T
    Index

    Properties

    Properties

    initialValue: T
    lazy?: Lazy