beaker-kernel
    Preparing search index...

    Interface IActiveContextInfo

    interface IActiveContextInfo {
        class: string;
        config: JSONObject;
        kernelInfo?: any;
        language: { slug: string; subkernel: string };
        slug: string;
    }
    Index

    Properties

    class: string
    config: JSONObject
    kernelInfo?: any
    language: { slug: string; subkernel: string }
    slug: string