Expand all

ve.ui.ContextItemFactory

Extends

Constructor

new ve.ui.ContextItemFactory() #

Factory for context items.

Methods

isEmbeddable(name) → {boolean} #

Check if an item is embeddable.

Parameters:

Name Type Description
name string

Symbolic item name

Source:

Returns:

Item is embeddable

Type
boolean
Check if an item is embeddable.

isExclusive(name) → {boolean} #

Check if an item is exclusive.

Parameters:

Name Type Description
name string

Symbolic item name

Source:

Returns:

Item is exclusive

Type
boolean
Check if an item is exclusive.