Liking cljdoc? Tell your friends :D

web.other.Plugin

The Plugin interface provides information about a browser plugin.

The Plugin interface provides information about a browser plugin.
raw docstring

descriptioncljs

(description this)

Property.

A human readable description of the plugin.

Property.

A human readable description of the plugin.
sourceraw docstring

filenamecljs

(filename this)

Property.

The filename of the plugin file.

Property.

The filename of the plugin file.
sourceraw docstring

itemcljs

(item this & args)

Method.

Returns the MIME type of a supported content type, given the number into a list of supported types.

Method.

Returns the MIME type of a supported content type, given the
number into a list of supported types.
sourceraw docstring

namecljs

(name this)

Property.

The name of the plugin.

Property.

The name of the plugin.
sourceraw docstring

named-itemcljs

(named-item this & args)

Method.

Returns the MIME type of a supported item.

Method.

Returns the MIME type of a supported item.
sourceraw docstring

set-description!cljs

(set-description! this val)

Property.

A human readable description of the plugin.

Property.

A human readable description of the plugin.
sourceraw docstring

set-filename!cljs

(set-filename! this val)

Property.

The filename of the plugin file.

Property.

The filename of the plugin file.
sourceraw docstring

set-name!cljs

(set-name! this val)

Property.

The name of the plugin.

Property.

The name of the plugin.
sourceraw docstring

set-version!cljs

(set-version! this val)

Property.

The plugin's version number string.

Property.

The plugin's version number string.
sourceraw docstring

versioncljs

(version this)

Property.

The plugin's version number string.

Property.

The plugin's version number string.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close