CoreMedia CKEditor 5 Plugins
CoreMedia
Pages
Preparing search index...
ckeditor5-dataprocessor-support
Attributes
AttributeMapper
Interface AttributeMapper
Mapper for attributes from view to data (
toData
) and vice versa (
toView
).
interface
AttributeMapper
{
toData
:
ElementFilterRule
;
toView
:
ElementFilterRule
;
}
Index
Properties
to
Data
to
View
Properties
to
Data
toData
:
ElementFilterRule
to
View
toView
:
ElementFilterRule
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
to
Data
to
View
CoreMedia
Pages
CoreMedia CKEditor 5 Plugins
Loading...
Mapper for attributes from view to data (
toData) and vice versa (toView).