Plugin$Typings extension
- on
Properties
- description → String
-
Available on Plugin, provided by the Plugin$Typings extension
Returns the plugin's description.no setter - filename → String
-
Available on Plugin, provided by the Plugin$Typings extension
Returns the plugin library's filename, if applicable on the current platform.no setter - item ↔ MimeType? Function(num)
-
Available on Plugin, provided by the Plugin$Typings extension
getter/setter pair - length → num
-
Available on Plugin, provided by the Plugin$Typings extension
Returns the number of MIME types, represented by MimeType objects, supported by the plugin.no setter - name → String
-
Available on Plugin, provided by the Plugin$Typings extension
Returns the plugin's name.no setter - namedItem ↔ MimeType? Function(String)
-
Available on Plugin, provided by the Plugin$Typings extension
getter/setter pair
Operators
-
operator [](
num index) → MimeType -
Available on Plugin, provided by the Plugin$Typings extension
-
operator []=(
num index, MimeType value) → void -
Available on Plugin, provided by the Plugin$Typings extension