Typedef

SlotFilter (engine/conversion)

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

typedef
function

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.

Related: