KC's Workspace
    Preparing search index...
    interface Factory<TProps extends object> {
        new Factory(
            values?: Iterable<[string, unknown], any, any> | Partial<TProps>,
        ): RecordOf<TProps>;
        displayName: string;
        (
            values?: Iterable<[string, unknown], any, any> | Partial<TProps>,
        ): RecordOf<TProps>;
    }

    Type Parameters

    • TProps extends object
    Index
    displayName: string

    The name provided to Record(values, name) can be accessed with displayName.