ScriptingObjectTypes
type ScriptingObjectTypes = {
analytics: IAnalytics;
application: IApplication;
auth: IAuth;
form: IForm;
global: IGlobal;
http: IHttp;
loan: ILoan;
memstorage: IMemStorage;
module: IModule;
service: IService;
session: ISession;
styling: IStyling;
transaction: ITransaction;
transactiontemplate: ITransactionTemplate;
websocket: IWebSocket;
};
list of scripting object names and their types
Properties
analytics
analytics: IAnalytics;
application
application: IApplication;
auth
auth: IAuth;
form
form: IForm;
global
global: IGlobal;
http
http: IHttp;
loan
loan: ILoan;
memstorage
memstorage: IMemStorage;
module
module: IModule;
service
service: IService;
session
session: ISession;
styling
styling: IStyling;
transaction
transaction: ITransaction;
transactiontemplate
transactiontemplate: ITransactionTemplate;
websocket
websocket: IWebSocket;