Table of Contents

Class JavaScriptEvaluationResult

Namespace
Playnite.WebViews
Assembly
Playnite.SDK.dll
public class JavaScriptEvaluationResult
Inheritance
JavaScriptEvaluationResult
Inherited Members

Properties

Message

Gets or sets error message.

public string? Message { get; set; }

Property Value

string

Result

Gets or sets result of script evaluation.

public object? Result { get; set; }

Property Value

object

Success

Gets or sets value indicating whether the javascript executed successfully.

public bool Success { get; set; }

Property Value

bool