Skip to main content

Interface: PlugDescriptor

Maps a named plug to its attribute object. null uses snapd defaults for that interface.

Example

{ "browser-sandbox": { "interface": "browser-support", "allow-sandbox": true } }

Indexable

[key: string]: {[key: string]: any; } | null