MBDynamicVariableDeclaration Class Reference
Inherits from | MBVariableDeclaration : MBDataModel : MBFormattedDescriptionObject |
---|---|
Declared in | MBVariableDeclaration.h |
Overview
An MBVariableDeclaration
that represents a dynamic variable.
Dynamic variables are those whose values are supplied by a Mockingbird expression. When a dynamic variable’s value is requested, the expression associated with the dynamic variable is evaluated in an object context, and the resulting value is returned.
expression
This property returns the Mockingbird expression that will provide the variable’s value when it is requested.
@property (nullable, nonatomic, readonly) NSString *expression
Declared In
MBVariableDeclaration.h