×

Property Modifier

If you want to retrieve a certain property from a variable you can use the .get(<#Property#>) syntax. This will retrieve a certain aspect of a type variable. Such as a variables, name, file type, file extension etc... This is modifier's shortcut equivalent is the get menu when you tap on a variable.

Example

dictionary(meta) >> META
var meta = META.get(keys)

or

text("${Shortcut Input.as(Dictionary).get(keys)"}