isModified?()

Synopsis

Returns True if the rule identified by the string refchain has been dynamically overridden, or if the rule is a pure dynamic rule not present on the underlying Design .

Syntax

isModified? ( refchain As String ) As Boolean 
Argument Type Description
refchain String The reference chain to the rule in question.

Example 1

Intent >isModified?("IvBlock_3.height")
--> False 

Example 2

Intent >isModified?("IvBlock_3.width")
--> True