mooball
    Preparing search index...

    Interface Renderer

    interface Renderer {
        addonType: AddonType;
        prototype: Addon;
    }
    addonType: AddonType

    The type of this Addon class.

    prototype: Addon