Extends
Constructor
new ve.ui.ContextItemFactory()
#
Hierarchy
Factory for context items.
- Mixes in:
- Source:
Factory for context items.
Methods
isEmbeddable(name) → {boolean}
#
Check if an item is embeddable.
Parameters:
Name | Type | Description |
---|---|---|
name |
string | Symbolic item name |
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 |
Returns:
Item is exclusive
- Type
- boolean
Check if an item is exclusive.