novx
    Preparing search index...

    Interface Manifest

    interface Manifest {
        description?: string;
        enabled?: boolean;
        features: FeatureDescriptor[];
        id?: string;
        label?: string;
        loaded?: boolean;
        module?: string;
        uri?: string;
        version?: string;
    }
    Index

    Properties

    description?: string
    enabled?: boolean
    features: FeatureDescriptor[]
    id?: string
    label?: string
    loaded?: boolean
    module?: string
    uri?: string
    version?: string