Skip to main content

RemotingScriptingObject

type RemotingScriptingObject = {
events: string[];
functions: string[];
objectId: string;
objectType: string;
};

serialized scripting object

Properties

events

readonly events: string[];

array of public events exposed from the scripting object


functions

readonly functions: string[];

array of public functions exposed from the scripting object


objectId

readonly objectId: string;

id of the scripting object


objectType

readonly objectType: string;

type of the scripting object