Scratch for Java

MapObject::getProperty()

Retrieves the value of a property with the specified name from the properties list.

Syntax

Java

.getProperty(name)

Parameters

Name Data Type Description
name String the name of the property to retrieve

Return

String

getProperty()