enum JavaScriptCore::OptionType

Overview

Enum values for options types.

Defined in:

lib/gi-crystal/src/auto/java_script_core-5.0/java_script_core.cr

Enum Members

Boolean = 0_u32

A #gboolean option type.

Int = 1_u32

A #gint option type.

Uint = 2_u32

A #guint option type.

Size = 3_u32

A #gsize options type.

Double = 4_u32

A #gdouble options type.

String = 5_u32

A string option type.

RangeString = 6_u32

A range string option type.

Instance Method Summary

Class methods inherited from struct Enum

g_type : UInt64 g_type

Instance Method Detail

def boolean? #

def double? #

def int? #

def range_string? #

def size? #

def string? #

def uint? #