EasyFM - v5.0.0-beta.1
Preparing search index...
index
TYPES
ScriptResult
Interface ScriptResult
Result returned when a script executes through API call.
interface
ScriptResult
{
scriptError
?:
FMError
;
scriptResult
?:
string
;
}
Index
Properties
script
Error?
script
Result?
Properties
Optional
script
Error
scriptError
?:
FMError
Optional
script
Result
scriptResult
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
script
Error
script
Result
EasyFM - v5.0.0-beta.1
Loading...
Result returned when a script executes through API call.