Table of Contents

Class LayoutWorkletGlobalScope

Namespace
CSharpToJavaScript.APIs.JS
Assembly
CSharpToJavaScript.dll
[Value("LayoutWorkletGlobalScope")]
public class LayoutWorkletGlobalScope : WorkletGlobalScope
Inheritance
LayoutWorkletGlobalScope
Inherited Members

Constructors

LayoutWorkletGlobalScope()

public LayoutWorkletGlobalScope()

Methods

RegisterLayout(string, VoidFunction)

[Value("registerLayout")]
public GlobalObject.Undefined RegisterLayout(string name, VoidFunction layoutCtor)

Parameters

name string
layoutCtor VoidFunction

Returns

GlobalObject.Undefined