Skip to main content

readonly

Description

defines whether a counter is read-only

Type

boolean

Default value

false

Example

<Counter readonly={true}/>

Details

The property can also be enabled without a value:

<Counter readonly/>

Related article: Setting the read-only mode

Related sample: Counter