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