Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.34 KB

scribing.script.md

File metadata and controls

32 lines (21 loc) · 1.34 KB

Home > scribing > Script

Script class

A script

Signature:

export declare class Script extends ScriptBase implements Readonly<ScriptProps> 

Extends: ScriptBase

Implements: Readonly<ScriptProps>

Properties

Property Modifiers Type Description
classType

static

readonly

Type<Script> The run-time type that represents this class

Methods

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