SchemaContextItem (engine/model)
@ckeditor/ckeditor5-engine/src/model/schema
typedef
Object
An item of the schema context.
It contains 3 properties:
name
– the name of this item,* getAttributeKeys()
– a generator of keys of item attributes,getAttribute( keyName )
– a method to get attribute values.
The context item interface is a highly simplified version of Node
and its role
is to expose only the information which schema checks are able to provide (which is the name of the node and
node's attributes).
Filtering
Every day, we work hard to keep our documentation complete. Have you spotted an outdated information? Is something missing? Please report it via our issue tracker.