Preparing search index...

    Interface AssetTypeMetaSearchStoreFacade

    interface AssetTypeMetaSearchStoreFacade {
        selectedItem: undefined | IMetaModel;
        selectedItemKey: undefined | MetaEntityKey;
        get asseTypeTreeNodes(): TreeNodeType<AssetTypeNode, string>[];
        get metaRelationsInfo(): MetaRelationInfo[];
        clearSelected(): void;
        initialize(): Promise<void>;
        loadEntityTree(): Promise<void>;
        loadMetaRecord(key: MetaEntityKey): Promise<void>;
        setSelected(key: undefined | MetaEntityKey): void;
    }

    Hierarchy (View Summary)

    Index

    Properties

    selectedItem: undefined | IMetaModel
    selectedItemKey: undefined | MetaEntityKey

    Accessors

    Methods

    • Returns Promise<void>