From 6c3ac51061f3a06dea5a56d9e57174261915e8db Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Mon, 12 Feb 2018 17:09:15 +0100 Subject: Updated API doc --- docs/api/index-outline.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/api/index-outline.html') diff --git a/docs/api/index-outline.html b/docs/api/index-outline.html index 07f3f8f0..e89d6e71 100644 --- a/docs/api/index-outline.html +++ b/docs/api/index-outline.html @@ -1099,6 +1099,7 @@ var alignContent: FLEXALIGNCONTENT?
var alignItems: FLEXALIGNITEMS?
var direction: FLEXDIR?
+fun Container.flexPanel(direction: FLEXDIR? = null, wrap: FLEXWRAP? = null, justify: FLEXJUSTIFY? = null, alignItems: FLEXALIGNITEMS? = null, alignContent: FLEXALIGNCONTENT? = null, spacing: Int? = null, classes: Set<String> = setOf(), init: FlexPanel.() -> Unit = null): FlexPanel
protected open fun getSnStyle(): List<StringPair>
var justify: FLEXJUSTIFY?
open fun remove(child: Component): FlexPanel
@@ -4697,6 +4698,7 @@ var alignContent: FLEXALIGNCONTENT?
var alignItems: FLEXALIGNITEMS?
var direction: FLEXDIR?
+fun Container.flexPanel(direction: FLEXDIR? = null, wrap: FLEXWRAP? = null, justify: FLEXJUSTIFY? = null, alignItems: FLEXALIGNITEMS? = null, alignContent: FLEXALIGNCONTENT? = null, spacing: Int? = null, classes: Set<String> = setOf(), init: FlexPanel.() -> Unit = null): FlexPanel
protected open fun getSnStyle(): List<StringPair>
var justify: FLEXJUSTIFY?
open fun remove(child: Component): FlexPanel
-- cgit