Class


Object Hierarchy:

JSC.Class JSC.Class JSC.Class GLib.Object GLib.Object GLib.Object->JSC.Class

Description:

[ CCode ( type_id = "jsc_class_get_type ()" ) ]
public class Class : Object

A JSSClass represents a custom JavaScript class registered by the user in a Context.

It allows to create new JavaScripts objects whose instances are created by the user using this API. It's possible to add constructors, properties and methods for a JSSClass by providing ClassSetPropertyCb<!-- -->s to implement them.


Namespace: JSC

Content:

Properties:

Creation methods:

Methods:

Inherited Members: