Expand description
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.
- IAsset
Ref - 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§
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 Aliases§
- som_
atom_ t - An atom value that uniquely identifies the name being registered.