logo

Module sciter::om

source · []
Expand description

Sciter Object Model (SOM passport).

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

Structs

An owned pointer to a wrapped native object.

A non-owning pointer to a native object.

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

Method of an asset.

Defines properties and methods of an asset.

Property of an asset.

Enums

Traits

Something that has a SOM passport.

Functions

Get the index of an interned string.

Get the value of an interned string.

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

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

Type Definitions

An atom value that uniquely identifies the name being registered.