Datalayer Desktop - v0.0.2
    Preparing search index...

    Interface DocumentLoadingStateProps

    interface DocumentLoadingStateProps {
        isCreatingRuntime: boolean;
        loading: boolean;
        serviceManager: null | IManager;
    }
    Index

    Properties

    isCreatingRuntime: boolean
    loading: boolean
    serviceManager: null | IManager