novx
    Preparing search index...

    Interface ModuleOptions

    interface ModuleOptions {
        accepts?: Set<string>;
        imports?: any[];
        name?: string;
        register?: boolean;
        type?: any;
    }
    Index

    Properties

    accepts?: Set<string>
    imports?: any[]

    optional list iof imported moudes

    name?: string

    the name of the module, or "" if not supplied

    register?: boolean
    type?: any