mobx-keystone
    Preparing search index...

    Interface DeepChangeBase

    interface DeepChangeBase {
        isInit: boolean;
        path: Path;
        type: DeepChangeType;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    isInit: boolean

    Whether this change occurred during initialization (e.g., setting default values, onInit modifications). This is true when the change is part of snapshot initialization, false for runtime changes.

    path: Path