[][src]Module sciter::om

Sciter Object Model (SOM passport).

See Native code exposure to script and Sciter Object Model blog articles.

Structs

IAsset

An owned pointer to a wrapped native object.

IAssetRef

A non-owning pointer to a native object.

som_asset_t

som_asset_t is a structure that a custom native object must be derived from.

som_method_def_t

Method of an asset.

som_passport_t

Defines properties and methods of an asset.

som_property_def_t

Property of an asset.

Enums

som_passport_flags

som_passport_t flags.

Traits

Passport

Something that has a SOM passport.

Functions

atom

Get the index of an interned string.

atom_name

Get the value of an interned string.

into_global

Make the object to be accessible as other global objects in TIScript.

set_global

Make the object to be accessible as other global objects in TIScript.

Type Definitions

som_atom_t

An atom value that uniquely identifies the name being registered.