Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
js
v1.8.0
Array
Bool
Float32
Float64
Int
JS
Class
Code
Context
Browser
CallArgument
Console
ContextObject
Document
Element
Navigator
NodeList
TimerCallback
TimerDelay
TimerHandle
Undefined
Window
File
Function
Method
Module
NamedTuple
Nil
Object
String
Generated using Crystal 1.16.3
2026-02-26 08:32:53 UTC
abstract class
JS::
Class
JS::Class
Reference
Object
Defined in:
js/class.cr
Class Method Summary
.class_name
.to_js
(io : IO)
.to_js
.to_js_ref
Macro Summary
js_extends
(name)
js_method
(name, &blk)
static
(assignment)
Class methods inherited from class
Object
to_js_ref
to_js_ref
Class Method Detail
def self.
class_name
#
[
View source
]
def self.
to_js
(io : IO)
#
[
View source
]
def self.
to_js
#
[
View source
]
def self.
to_js_ref
#
[
View source
]
Macro Detail
macro
js_extends
(name)
#
[
View source
]
macro
js_method
(name, &blk)
#
[
View source
]
macro
static
(assignment)
#
[
View source
]