EasyFM - v5.0.0-beta.1
    Preparing search index...

    Interface ScriptResult

    Result returned when a script executes through API call.

    interface ScriptResult {
        scriptError?: FMError;
        scriptResult?: string;
    }
    Index

    Properties

    scriptError?: FMError
    scriptResult?: string