Interface AddonSource

AddonSource ($ref: "Application.AddonSource") Represents an addon source.

interface AddonSource {
    addonid: string;
    name: string;
    path: string;
}

Properties

Properties

addonid: string
name: string
path: string