Preparing search index...
    interface MetaDataStoreType {
        entitiesNodes: IEntityTreeNodeModel<EntityTreeTypeEnum>[];
        selectedItem: undefined | IMetaModel;
        selectedItemKey: undefined | MetaEntityKey;
        treeStore: GroupEntityStoreType;
    }
    Index

    Properties

    selectedItem: undefined | IMetaModel
    selectedItemKey: undefined | MetaEntityKey