Expand all

ve.ui.MWWikitextCommandRegistry

Extends

Constructor

new ve.ui.MWWikitextCommandRegistry(fallbackRegistry) #

Parameters:

Name Type Description
fallbackRegistry ve.ui.CommandRegistry

Fallback registry

Source:
Command registry.

Methods

lookup(name) → {any|undefined} #

Get data for a given symbolic name.

See https://doc.wikimedia.org/oojs/master/OO.Registry.html

Parameters:

Name Type Description
name string

Symbolic name

Source:

Returns:

Data associated with symbolic name

Type
any | undefined
Get data for a given symbolic name.