pub unsafe static WebPlugInAttributesKey: Option<&'static NSString>
Available on crate feature
WebPluginViewFactory
only.Expand description
and values of all attributes of the HTML element associated with the plug-in AND the names and values of all parameters to be passed to the plug-in (e.g. PARAM elements within an APPLET element). In the case of a conflict between names, the attributes of an element take precedence over any PARAMs. All of the keys and values in this NSDictionary must be NSStrings.
See also Appleās documentation