Skip to content

Api > PropertyName > IsNullOrEmpty()


PropertyName.IsNullOrEmpty(PropertyName prop)⚓︎

Indicates whether the specified PropertyName is an Empty string.

Parameters:⚓︎

Name Type Description
prop PropertyName specified PropertyName

Returns:⚓︎

type Description
boolean True if the specified PropertyName is an Empty string.

Usage⚓︎

---@type PropertyName
local prop;


local val0 = PropertyName:IsNullOrEmpty(prop)