Attribute.DefaultValue

Syntax

DefaultValue: String;

Description

The DefaultValue property determines default value for an attribute.

Comments

Use the setDefaultValue method to set the property value, and the getDefaultValue method to get the property value. Property value cannot be set from JSON.

Example

The example of property use is given on the page with description of the Attribute.parseFromMd method.

See also:

Attribute