Skip to content

Api > PropertyName > Constructor


PropertyName(string name)⚓︎

Initializes the PropertyName using a string.

Parameters:⚓︎

Name Type Description
name string name

Usage⚓︎

---@type string
local name;


local propertyname = PropertyName(name);