Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ContentModelSettings<OptionType, ConfigType>

Default DOM and Content Model conversion settings for an editor

Type parameters

  • OptionType

  • ConfigType

Hierarchy

  • ContentModelSettings

Index

Properties

builtIn

builtIn: OptionType

Built in options used by editor

calculated

calculated: ConfigType

Configuration calculated from default and customized options. This is a cached object so that we don't need to cache it every time when we use Content Model

customized

customized: OptionType

Customize options passed in from Editor Options, used for overwrite default option. This will also be used by copy/paste

Generated using TypeDoc