Typedef

SlotFilter (engine/conversion)

@ckeditor/ckeditor5-engine/src/conversion/downcasthelpers

typedeffunction

A filtering function used to choose model child nodes to be downcasted into the specific view "slot" while executing the elementToStructure() converter.

Filtering

Parameters

node : Node

A model node.

Returns

boolean

Whether the provided model node should be downcasted into this slot.