mrdocs::js::Type

Types of values.

Synopsis

Declared in <mrdocs/Support/JavaScript.hpp>

enum class Type : int;

Members

Name

Description

undefined

The value is undefined

null

The value is null

boolean

The value is a boolean

number

The value is a number

string

The value is a string

object

The value is a function

function

The value is an array

array

The value is an array

Created with MrDocs