mobx-sentinel API doc
    Preparing search index...

    Entry representing a nested object

    Used when iterating over nested objects to provide context about their location

    type Entry<T extends object> = {
        data: T;
        key: KeyPath;
        keyPath: KeyPath;
    }

    Type Parameters

    • T extends object
    Index

    Properties

    Properties

    data: T

    Data

    key: KeyPath

    Name of the field containing the nested object

    keyPath: KeyPath

    Full path to the nested object