interface PluginIconKey {
    size?: number;
    type?: "file" | "icon";
    url: IconUrl;
}

Properties

Properties

size?: number
type?: "file" | "icon"
url: IconUrl