CKEditor5.Cloud.CKBox (ckeditor5 v1.0.7)
View SourceRepresents the CKBox configuration for a CKEditor 5 preset.
Summary
Functions
Builds a CKBox struct with the provided overrides.
Merges the current CKBox configuration with the provided overrides.
Parses a map into a CKBox struct. Returns {:ok, %CKBox{}} if valid, {:error, reason} if invalid.
Parses a map into a CKBox struct. Returns %CKBox{} if valid, raises an error if invalid.
Defines the schema for a raw CKBox configuration map.
Types
Functions
Builds a CKBox struct with the provided overrides.
Merges the current CKBox configuration with the provided overrides.
Parses a map into a CKBox struct. Returns {:ok, %CKBox{}} if valid, {:error, reason} if invalid.
Parses a map into a CKBox struct. Returns %CKBox{} if valid, raises an error if invalid.
Defines the schema for a raw CKBox configuration map.