- 
                Notifications
    You must be signed in to change notification settings 
- Fork 3
Reserved Keywords
content is up-to-date for ccm v25.2.0
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.
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
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.
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.