Namespace: config

@citation-js/core.plugins.config

Methods

(static) add(ref, config)

Parameters:
Name Type Description
ref module:@citation-js/core.plugins~pluginRef

plugin reference/name

config Object
Source:

(static) get(ref) → {Object}

Parameters:
Name Type Description
ref module:@citation-js/core.plugins~pluginRef

plugin reference/name

Source:
Returns:

config

Type
Object

(static) has(ref) → {Boolean}

Parameters:
Name Type Description
ref module:@citation-js/core.plugins~pluginRef

plugin reference/name

Source:
Returns:
Type
Boolean

(static) list() → {Array.<module:@citation-js/core.plugins~pluginRef>}

Source:
Returns:

list of available plugin configs

Type
Array.<module:@citation-js/core.plugins~pluginRef>

(static) remove(ref)

Parameters:
Name Type Description
ref module:@citation-js/core.plugins~pluginRef

plugin reference/name

Source: