Skip to content
Andre Kless edited this page Apr 7, 2020 · 16 revisions

content is up-to-date for ccm v25.2.0

Reserved Keywords

Dataset

Property names of a ccm-based record do not have reserved keywords that can not be used. However, the property key of a dataset has special ccm-specific semantics.

Once the data set is used as a configuration for a ccm-based component instance, the reserved keywords described in the next section must be noticed.

Instance Configuration

These reserved keywords should not be used as property name in a configuration for a ccm-based component instance:

  • component
  • element
  • id
  • index
  • init
  • meta
  • ready
  • start
  • update

These reserved keywords can be used but have ccm-specific semantics:

  • breakpoints
  • ccm
  • element
  • ignore
  • onbreakpoint
  • onfinish
  • parent
  • root
  • shadow
  • user

HTML Element

For attribute names of a ccm-based HTML element, the same reserved keywords apply as for a property name of a configuration, since the HTML attributes are just another way of specifying properties of a configuration.

Component

These reserved keywords should not be used as unique name for a ccm-based component:

  • app
  • component
  • get
  • instance
  • load
  • proxy
  • set
  • start
  • store

Such a component name could work without conflict. However, this has not yet been tested and should therefore be avoided.