Datalayer VS Code Extension - v0.0.9
    Preparing search index...

    Extended interface for type-aware kernel managers. All custom kernel managers should implement this interface.

    interface ITypedKernelManager {
        managerType: KernelManagerType;
    }

    Hierarchy

    • IManager
      • ITypedKernelManager

    Implemented by

    Index

    Properties

    Properties

    managerType: KernelManagerType

    Identifies the type of kernel manager. Used for debugging, logging, and manager-specific optimizations.