Documentation Index

Fetch the complete documentation index at: https://docs.lobster-world.com/llms.txt

Use this file to discover all available pages before exploring further.

Data type (Validator)

Prev Next

This checks whether the value of the element is of the specified data type (e.g. integer).

Available data types

Data type name

Explanation

Integer

A positive or negative numeric value without decimal places. Example: "52 "would be valid, but "5,1" would not.

Number

Any numeric value. Example: "5" or "5.1" or "-5"