PP.isPrimitive

Syntax

isPrimitive(v);

Parameters

v.  Initial value.

Description

The isPrimitive method checks if the specified element has primitive type.

Comments

Primitive types include string, numeric and Boolean type.

Example

The example of use is given in the with description of the PP.getStyle method.

See also:

PP