mobx-keystone
    Preparing search index...

    Interface ModelInfo

    Information about a registered model.

    interface ModelInfo {
        class: ModelClass<AnyDataModel | AnyModel>;
        name: string;
    }
    Index

    Properties

    Properties

    name: string