Skip to main content

PropertyName.IsNullOrEmpty(PropertyName prop)

Indicates whether the specified PropertyName is an Empty string.

Parameters:

NameTypeDescription
propPropertyNamespecified PropertyName

Returns:

typeDescription
booleanTrue if the specified PropertyName is an Empty string.

Usage

---@type PropertyName
local prop;


local val0 = PropertyName:IsNullOrEmpty(prop)