Class FragmentResultOptions
- Namespace
- CSharpToJavaScript.APIs.JS
- Assembly
- CSharpToJavaScript.dll
[ToObject]
public class FragmentResultOptions
- Inheritance
-
FragmentResultOptions
- Inherited Members
-
Constructors
FragmentResultOptions()
public FragmentResultOptions()
Fields
AutoBlockSize
[Value("autoBlockSize")]
public Number AutoBlockSize
Field Value
- Number
BlockSize
[Value("blockSize")]
public Number BlockSize
Field Value
- Number
BreakToken
[Value("breakToken")]
public BreakTokenOptions BreakToken
Field Value
- BreakTokenOptions
ChildFragments
[Value("childFragments")]
public List<LayoutFragment> ChildFragments
Field Value
- List<LayoutFragment>
Data
[Value("data")]
public dynamic Data
Field Value
- dynamic
InlineSize
[Value("inlineSize")]
public Number InlineSize
Field Value
- Number