A script
Signature:
export declare class Script extends ScriptBase implements Readonly<ScriptProps>
Extends: ScriptBase
Implements: Readonly<ScriptProps>
Property | Modifiers | Type | Description |
---|---|---|---|
classType |
|
Type<Script> | The run-time type that represents this class |
Method | Modifiers | Description |
---|---|---|
escapeMessage(message) | static |
Escapes the specified message format |
fromData(data) | static |
Gets an instance of the current class from the specified data |
getMessageArguments(message) | static |
Gets arguments from the specified message format |
isSupportedMessageFormat(message) | static |
Determines whether the specified message format is supported |