Description Usage Arguments Value
Check that a value is present if required and conforms to the specified type for a property.
1 | check_property(type_name, property_name, is_required, is_missing, type, value)
|
type_name |
The name of the type that they property is on |
property_name |
The name of the property |
is_required |
Is a value for the property required? |
is_missing |
Is a value for the property missing? |
type |
The type to check against |
value |
The value to check |
The value, if it is valid, nothing otherwise
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.