Table of Contents

Enum ScriptWindowAttribution

Namespace
CSharpToJavaScript.APIs.JS
Assembly
CSharpToJavaScript.dll
[To("None")]
public enum ScriptWindowAttribution

Fields

[EnumValue("self")] Self = 0
[EnumValue("descendant")] Descendant = 1
[EnumValue("ancestor")] Ancestor = 2
[EnumValue("same-page")] SamePage = 3
[EnumValue("other")] Other = 4