mobx-sentinel API doc
    Preparing search index...

    Class StandardNestedFetcher<T>

    A fetcher that returns all nested entries

    Key features:

    • Tracks nested objects in properties, arrays, sets, and maps
    • Provides access to nested objects by key path
    • Supports iteration over all nested objects
    • Maintains parent-child relationships

    Symbol keys are not supported

    Type Parameters

    • T extends object

    Implements

    Index

    Constructors

    Accessors

    Methods

    Constructors

    • Type Parameters

      • T extends object

      Parameters

      • target: object

        The target object

      • transform: (entry: Entry<any>) => null | T

        A function that transforms the entry to the desired type.
        If the function returns null, the entry is ignored.

      Returns StandardNestedFetcher<T>

    Accessors

    Methods