Interface

Grl-0.3GrlSourceConstructorProps

interface ConstructorProps {
    auto_split_threshold: number;
    autoSplitThreshold: number;
    plugin: Grl.Plugin;
    rank: number;
    source_desc: string;
    source_icon: Gio.Icon;
    source_id: string;
    source_name: string;
    source_tags: string[];
    sourceDesc: string;
    sourceIcon: Gio.Icon;
    sourceId: string;
    sourceName: string;
    sourceTags: string[];
    supported_media: Grl.SupportedMedia;
    supportedMedia: Grl.SupportedMedia;
}

Hierarchy (View Summary)

Index

Properties

auto_split_threshold: number
autoSplitThreshold: number
plugin: Grl.Plugin
rank: number
source_desc: string
source_icon: Gio.Icon
source_id: string
source_name: string
source_tags: string[]
sourceDesc: string
sourceIcon: Gio.Icon
sourceId: string
sourceName: string
sourceTags: string[]
supported_media: Grl.SupportedMedia
supportedMedia: Grl.SupportedMedia