Model Object
propertyIsBlank()
Signature
Section titled “Signature”propertyIsBlank() — returns boolean
Available in: model
Category: Miscellaneous Functions
Description
Section titled “Description”Returns true if the specified property doesn’t exist on the model or is an empty string.
This method is the inverse of propertyIsPresent().
Parameters
Section titled “Parameters”| Name | Type | Required | Default | Description |
|---|---|---|---|---|
property | string | yes | — | Name of property to inspect. |