Table of Contents

Class LayoutChild

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

Constructors

LayoutChild()

public LayoutChild()

Properties

StyleMap

[Value("styleMap")]
public StylePropertyMapReadOnly StyleMap { get; }

Property Value

StylePropertyMapReadOnly

Methods

IntrinsicSizes()

[Value("intrinsicSizes")]
public Task<IntrinsicSizes> IntrinsicSizes()

Returns

Task<IntrinsicSizes>

LayoutNextFragment(LayoutConstraintsOptions, ChildBreakToken)

[Value("layoutNextFragment")]
public Task<LayoutFragment> LayoutNextFragment(LayoutConstraintsOptions constraints, ChildBreakToken breakToken)

Parameters

constraints LayoutConstraintsOptions
breakToken ChildBreakToken

Returns

Task<LayoutFragment>