-
public final class ToggleBlock.Element
-
-
Constructor Summary
Constructors Constructor Description ToggleBlock.Element(List<PageProperty.RichText> text, List<Block> children)
-
Method Summary
Modifier and Type Method Description final List<PageProperty.RichText>getText()final List<Block>getChildren()-
-
Constructor Detail
-
ToggleBlock.Element
ToggleBlock.Element(List<PageProperty.RichText> text, List<Block> children)
-
-
Method Detail
-
getText
final List<PageProperty.RichText> getText()
-
getChildren
final List<Block> getChildren()
-
-
-
-