Interface Loader

interface Loader {
    icon: string;
    name: string;
    supported_project_types: string[];
}

Properties

icon: string

The SVG icon of a loader

name: string

The name of the loader

supported_project_types: string[]

The project types that this loader is applicable to