Table of Contents

Enum ScriptWindowAttribution

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

Fields

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