diff options
| author | Robert Jaros <rjaros@finn.pl> | 2019-04-04 13:10:28 +0200 |
|---|---|---|
| committer | Robert Jaros <rjaros@finn.pl> | 2019-04-04 13:10:28 +0200 |
| commit | 8883419bfcec00947863741d48dbd89cc877615a (patch) | |
| tree | 3bfaa51ceaae33abe2be84d1bcc6c772bec2fd59 /api/pl.treksoft.kvision.core/-style | |
| parent | 7d18a562b285a7ae08f81ba6110637ea797e84f9 (diff) | |
| download | kvision-8883419bfcec00947863741d48dbd89cc877615a.tar.gz kvision-8883419bfcec00947863741d48dbd89cc877615a.tar.bz2 kvision-8883419bfcec00947863741d48dbd89cc877615a.zip | |
API documentation for KVision 0.0.32
Diffstat (limited to 'api/pl.treksoft.kvision.core/-style')
13 files changed, 983 insertions, 0 deletions
diff --git a/api/pl.treksoft.kvision.core/-style/-init-.html b/api/pl.treksoft.kvision.core/-style/-init-.html new file mode 100644 index 00000000..83b236d6 --- /dev/null +++ b/api/pl.treksoft.kvision.core/-style/-init-.html @@ -0,0 +1,23 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>Style.<init> - kvision</title> +<link rel="stylesheet" href="../../../style.css"> +</HEAD> +<BODY> +<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.core</a> / <a href="index.html">Style</a> / <a href="./-init-.html"><init></a><br/> +<br/> +<h1><init></h1> +<a name="pl.treksoft.kvision.core.Style$<init>(kotlin.String, pl.treksoft.kvision.core.Style, kotlin.Function1((pl.treksoft.kvision.core.Style, kotlin.Unit)))"></a> +<code><span class="identifier">Style</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.core.Style$<init>(kotlin.String, pl.treksoft.kvision.core.Style, kotlin.Function1((pl.treksoft.kvision.core.Style, kotlin.Unit)))/className">className</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span> <span class="symbol">=</span> null<span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.core.Style$<init>(kotlin.String, pl.treksoft.kvision.core.Style, kotlin.Function1((pl.treksoft.kvision.core.Style, kotlin.Unit)))/parentStyle">parentStyle</span><span class="symbol">:</span> <a href="index.html"><span class="identifier">Style</span></a><span class="symbol">?</span> <span class="symbol">=</span> null<span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.core.Style$<init>(kotlin.String, pl.treksoft.kvision.core.Style, kotlin.Function1((pl.treksoft.kvision.core.Style, kotlin.Unit)))/init">init</span><span class="symbol">:</span> <a href="index.html"><span class="identifier">Style</span></a><span class="symbol">.</span><span class="symbol">(</span><span class="symbol">)</span> <span class="symbol">-></span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a> <span class="symbol">=</span> null<span class="symbol">)</span></code> +<h3>Parameters</h3> +<p><a name="className"></a> +<code>className</code> - optional name of the CSS class, it will be generated if not specified</p> +<p><a name="parentStyle"></a> +<code>parentStyle</code> - parent CSS style object</p> +<p><a name="init"></a> +<code>init</code> - an initializer extension function</p> +<p><strong>Constructor</strong><br/> +</p> +</BODY> +</HTML> diff --git a/api/pl.treksoft.kvision.core/-style/add-css-class.html b/api/pl.treksoft.kvision.core/-style/add-css-class.html new file mode 100644 index 00000000..e38db41e --- /dev/null +++ b/api/pl.treksoft.kvision.core/-style/add-css-class.html @@ -0,0 +1,30 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>Style.addCssClass - kvision</title> +<link rel="stylesheet" href="../../../style.css"> +</HEAD> +<BODY> +<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.core</a> / <a href="index.html">Style</a> / <a href="./add-css-class.html">addCssClass</a><br/> +<br/> +<h1>addCssClass</h1> +<a name="pl.treksoft.kvision.core.Style$addCssClass(kotlin.String)"></a> +<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">addCssClass</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.core.Style$addCssClass(kotlin.String)/css">css</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="../-component/index.html"><span class="identifier">Component</span></a></code> +<p>Overrides <a href="../-component/add-css-class.html">Component.addCssClass</a></p> +<p>Adds given value to the set of CSS classes generated in html code of current component.</p> +<h3>Parameters</h3> +<p><a name="css"></a> +<code>css</code> - CSS class name</p> +<p><strong>Return</strong><br/> +current component</p> +<a name="pl.treksoft.kvision.core.Style$addCssClass(pl.treksoft.kvision.core.Style)"></a> +<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">addCssClass</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.core.Style$addCssClass(pl.treksoft.kvision.core.Style)/css">css</span><span class="symbol">:</span> <a href="index.html"><span class="identifier">Style</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="../-component/index.html"><span class="identifier">Component</span></a></code> +<p>Overrides <a href="../-component/add-css-class.html">Component.addCssClass</a></p> +<p>Adds given style object to the set of CSS classes generated in html code of current component.</p> +<h3>Parameters</h3> +<p><a name="css"></a> +<code>css</code> - CSS style object</p> +<p><strong>Return</strong><br/> +current component</p> +</BODY> +</HTML> diff --git a/api/pl.treksoft.kvision.core/-style/add-surrounding-css-class.html b/api/pl.treksoft.kvision.core/-style/add-surrounding-css-class.html new file mode 100644 index 00000000..0b827c33 --- /dev/null +++ b/api/pl.treksoft.kvision.core/-style/add-surrounding-css-class.html @@ -0,0 +1,30 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>Style.addSurroundingCssClass - kvision</title> +<link rel="stylesheet" href="../../../style.css"> +</HEAD> +<BODY> +<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.core</a> / <a href="index.html">Style</a> / <a href="./add-surrounding-css-class.html">addSurroundingCssClass</a><br/> +<br/> +<h1>addSurroundingCssClass</h1> +<a name="pl.treksoft.kvision.core.Style$addSurroundingCssClass(kotlin.String)"></a> +<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">addSurroundingCssClass</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.core.Style$addSurroundingCssClass(kotlin.String)/css">css</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="../-component/index.html"><span class="identifier">Component</span></a></code> +<p>Overrides <a href="../-component/add-surrounding-css-class.html">Component.addSurroundingCssClass</a></p> +<p>Adds given value to the set of CSS classes generated in html code of parent component.</p> +<h3>Parameters</h3> +<p><a name="css"></a> +<code>css</code> - CSS class name</p> +<p><strong>Return</strong><br/> +current component</p> +<a name="pl.treksoft.kvision.core.Style$addSurroundingCssClass(pl.treksoft.kvision.core.Style)"></a> +<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">addSurroundingCssClass</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.core.Style$addSurroundingCssClass(pl.treksoft.kvision.core.Style)/css">css</span><span class="symbol">:</span> <a href="index.html"><span class="identifier">Style</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="../-component/index.html"><span class="identifier">Component</span></a></code> +<p>Overrides <a href="../-component/add-surrounding-css-class.html">Component.addSurroundingCssClass</a></p> +<p>Adds given style object to the set of CSS classes generated in html code of parent component.</p> +<h3>Parameters</h3> +<p><a name="css"></a> +<code>css</code> - CSS style object</p> +<p><strong>Return</strong><br/> +current component</p> +</BODY> +</HTML> diff --git a/api/pl.treksoft.kvision.core/-style/class-name.html b/api/pl.treksoft.kvision.core/-style/class-name.html new file mode 100644 index 00000000..b2bf419b --- /dev/null +++ b/api/pl.treksoft.kvision.core/-style/class-name.html @@ -0,0 +1,21 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>Style.className - kvision</title> +<link rel="stylesheet" href="../../../style.css"> +</HEAD> +<BODY> +<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.core</a> / <a href="index.html">Style</a> / <a href="./class-name.html">className</a><br/> +<br/> +<h1>className</h1> +<a name="pl.treksoft.kvision.core.Style$className"></a> +<code><span class="keyword">var </span><span class="identifier">className</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a></code> +<p>The name of the CSS class.</p> +<p><strong>Getter</strong><br/> +<p>The name of the CSS class.</p> +</p> +<p><strong>Setter</strong><br/> +<p>The name of the CSS class.</p> +</p> +</BODY> +</HTML> diff --git a/api/pl.treksoft.kvision.core/-style/get-element-j-query-d.html b/api/pl.treksoft.kvision.core/-style/get-element-j-query-d.html new file mode 100644 index 00000000..90aa259f --- /dev/null +++ b/api/pl.treksoft.kvision.core/-style/get-element-j-query-d.html @@ -0,0 +1,18 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>Style.getElementJQueryD - kvision</title> +<link rel="stylesheet" href="../../../style.css"> +</HEAD> +<BODY> +<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.core</a> / <a href="index.html">Style</a> / <a href="./get-element-j-query-d.html">getElementJQueryD</a><br/> +<br/> +<h1>getElementJQueryD</h1> +<a name="pl.treksoft.kvision.core.Style$getElementJQueryD()"></a> +<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">getElementJQueryD</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><span class="keyword">dynamic</span></code> +<p>Overrides <a href="../-component/get-element-j-query-d.html">Component.getElementJQueryD</a></p> +<p>Returns JQuery element bound to the current component as a <em>dynamic</em> type.</p> +<p><strong>Return</strong><br/> +JQuery element as a <em>dynamic</em> type</p> +</BODY> +</HTML> diff --git a/api/pl.treksoft.kvision.core/-style/get-element-j-query.html b/api/pl.treksoft.kvision.core/-style/get-element-j-query.html new file mode 100644 index 00000000..cafeeba8 --- /dev/null +++ b/api/pl.treksoft.kvision.core/-style/get-element-j-query.html @@ -0,0 +1,18 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>Style.getElementJQuery - kvision</title> +<link rel="stylesheet" href="../../../style.css"> +</HEAD> +<BODY> +<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.core</a> / <a href="index.html">Style</a> / <a href="./get-element-j-query.html">getElementJQuery</a><br/> +<br/> +<h1>getElementJQuery</h1> +<a name="pl.treksoft.kvision.core.Style$getElementJQuery()"></a> +<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">getElementJQuery</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><span class="identifier">JQuery</span><span class="symbol">?</span></code> +<p>Overrides <a href="../-component/get-element-j-query.html">Component.getElementJQuery</a></p> +<p>Returns JQuery element bound to the current component.</p> +<p><strong>Return</strong><br/> +JQuery element</p> +</BODY> +</HTML> diff --git a/api/pl.treksoft.kvision.core/-style/get-element.html b/api/pl.treksoft.kvision.core/-style/get-element.html new file mode 100644 index 00000000..8ceca345 --- /dev/null +++ b/api/pl.treksoft.kvision.core/-style/get-element.html @@ -0,0 +1,18 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>Style.getElement - kvision</title> +<link rel="stylesheet" href="../../../style.css"> +</HEAD> +<BODY> +<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.core</a> / <a href="index.html">Style</a> / <a href="./get-element.html">getElement</a><br/> +<br/> +<h1>getElement</h1> +<a name="pl.treksoft.kvision.core.Style$getElement()"></a> +<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">getElement</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/org.w3c.dom/-node/index.html"><span class="identifier">Node</span></a><span class="symbol">?</span></code> +<p>Overrides <a href="../-component/get-element.html">Component.getElement</a></p> +<p>Returns DOM element bound to the current component.</p> +<p><strong>Return</strong><br/> +DOM element</p> +</BODY> +</HTML> diff --git a/api/pl.treksoft.kvision.core/-style/index.html b/api/pl.treksoft.kvision.core/-style/index.html new file mode 100644 index 00000000..c1cd38fe --- /dev/null +++ b/api/pl.treksoft.kvision.core/-style/index.html @@ -0,0 +1,713 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>Style - kvision</title> +<link rel="stylesheet" href="../../../style.css"> +</HEAD> +<BODY> +<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.core</a> / <a href="./index.html">Style</a><br/> +<br/> +<h1>Style</h1> +<code><span class="keyword">open</span> <span class="keyword">class </span><span class="identifier">Style</span> <span class="symbol">:</span> <a href="../-styled-component/index.html"><span class="identifier">StyledComponent</span></a></code> +<p>CSS style object.</p> +<h3>Constructors</h3> +<table> +<tbody> +<tr> +<td> +<p><a href="-init-.html"><init></a></p> +</td> +<td> +<code><span class="identifier">Style</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.core.Style$<init>(kotlin.String, pl.treksoft.kvision.core.Style, kotlin.Function1((pl.treksoft.kvision.core.Style, kotlin.Unit)))/className">className</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span> <span class="symbol">=</span> null<span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.core.Style$<init>(kotlin.String, pl.treksoft.kvision.core.Style, kotlin.Function1((pl.treksoft.kvision.core.Style, kotlin.Unit)))/parentStyle">parentStyle</span><span class="symbol">:</span> <a href="./index.html"><span class="identifier">Style</span></a><span class="symbol">?</span> <span class="symbol">=</span> null<span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.core.Style$<init>(kotlin.String, pl.treksoft.kvision.core.Style, kotlin.Function1((pl.treksoft.kvision.core.Style, kotlin.Unit)))/init">init</span><span class="symbol">:</span> <a href="./index.html"><span class="identifier">Style</span></a><span class="symbol">.</span><span class="symbol">(</span><span class="symbol">)</span> <span class="symbol">-></span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a> <span class="symbol">=</span> null<span class="symbol">)</span></code></td> +</tr> +</tbody> +</table> +<h3>Properties</h3> +<table> +<tbody> +<tr> +<td> +<p><a href="class-name.html">className</a></p> +</td> +<td> +<code><span class="keyword">var </span><span class="identifier">className</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a></code> +<p>The name of the CSS class.</p> +</td> +</tr> +<tr> +<td> +<p><a href="parent.html">parent</a></p> +</td> +<td> +<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">parent</span><span class="symbol">: </span><a href="../-container/index.html"><span class="identifier">Container</span></a><span class="symbol">?</span></code> +<p>Parent of the current component.</p> +</td> +</tr> +<tr> +<td> +<p><a href="visible.html">visible</a></p> +</td> +<td> +<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">visible</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html"><span class="identifier">Boolean</span></a></code> +<p>Visibility state of the current component.</p> +</td> +</tr> +</tbody> +</table> +<h3>Inherited Properties</h3> +<table> +<tbody> +<tr> +<td> +<p><a href="../-styled-component/background.html">background</a></p> +</td> +<td> +<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">background</span><span class="symbol">: </span><a href="../-background/index.html"><span class="identifier">Background</span></a><span class="symbol">?</span></code> +<p>Background of the current component.</p> +</td> +</tr> +<tr> +<td> +<p><a href="../-styled-component/border.html">border</a></p> +</td> +<td> +<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">border</span><span class="symbol">: </span><a href="../-border/index.html"><span class="identifier">Border</span></a><span class="symbol">?</span></code> +<p>Border of the current component.</p> +</td> +</tr> +<tr> +<td> +<p><a href="../-styled-component/border-bottom.html">borderBottom</a></p> +</td> +<td> +<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">borderBottom</span><span class="symbol">: </span><a href="../-border/index.html"><span class="identifier">Border</span></a><span class="symbol">?</span></code> +<p>Bottom border of the current component.</p> +</td> +</tr> +<tr> +<td> +<p><a href="../-styled-component/border-left.html">borderLeft</a></p> +</td> +<td> +<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">borderLeft</span><span class="symbol">: </span><a href="../-border/index.html"><span class="identifier">Border</span></a><span class="symbol">?</span></code> +<p>Left border of the current component.</p> +</td> +</tr> +<tr> +<td> +<p><a href="../-styled-component/border-right.html">borderRight</a></p> +</td> +<td> +<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">borderRight</span><span class="symbol">: </span><a href="../-border/index.html"><span class="identifier">Border</span></a><span class="symbol">?</span></code> +<p>Right border of the current component.</p> +</td> +</tr> +<tr> +<td> +<p><a href="../-styled-component/border-top.html">borderTop</a></p> +</td> +<td> +<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">borderTop</span><span class="symbol">: </span><a href="../-border/index.html"><span class="identifier">Border</span></a><span class="symbol">?</span></code> +<p>Top border of the current component.</p> +</td> +</tr> +<tr> +<td> +<p><a href="../-styled-component/bottom.html">bottom</a></p> +</td> +<td> +<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">bottom</span><span class="symbol">: </span><a href="../-css-size.html"><span class="identifier">CssSize</span></a><span class="symbol">?</span></code> +<p>Bottom edge of the current component.</p> +</td> +</tr> +<tr> +<td> +<p><a href="../-styled-component/clear.html">clear</a></p> +</td> +<td> +<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">clear</span><span class="symbol">: </span><a href="../-clear/index.html"><span class="identifier">Clear</span></a><span class="symbol">?</span></code> +<p>CSS clear float of the current component.</p> +</td> +</tr> +<tr> +<td> +<p><a href="../-styled-component/color.html">color</a></p> +</td> +<td> +<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">color</span><span class="symbol">: </span><a href="../-color/index.html"><span class="identifier">Color</span></a><span class="symbol">?</span></code> +<p>Text color for the current component.</p> +</td> +</tr> +<tr> +<td> +<p><a href="../-styled-component/color-hex.html">colorHex</a></p> +</td> +<td> +<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">colorHex</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html"><span class="identifier">Int</span></a><span class="symbol">?</span></code> +<p>Text color for the current component given in hex format (write only).</p> +</td> +</tr> +<tr> +<td> +<p><a href="../-styled-component/color-name.html">colorName</a></p> +</td> +<td> +<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">colorName</span><span class="symbol">: </span><a href="../-col/index.html"><span class="identifier">Col</span></a><span class="symbol">?</span></code> +<p>Text color for the current component given with named constant (write only).</p> +</td> +</tr> +<tr> +<td> +<p><a href="../-styled-component/display.html">display</a></p> +</td> +<td> +<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">display</span><span class="symbol">: </span><a href="../-display/index.html"><span class="identifier">Display</span></a><span class="symbol">?</span></code> +<p>CSS display of the current component.</p> +</td> +</tr> +<tr> +<td> +<p><a href="../-styled-component/float.html">float</a></p> +</td> +<td> +<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">float</span><span class="symbol">: </span><a href="../-pos-float/index.html"><span class="identifier">PosFloat</span></a><span class="symbol">?</span></code> +<p>CSS position float of the current component.</p> +</td> +</tr> +<tr> +<td> +<p><a href="../-styled-component/font-family.html">fontFamily</a></p> +</td> +<td> +<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">fontFamily</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span></code> +<p>CSS font family of the current component.</p> +</td> +</tr> +<tr> +<td> +<p><a href="../-styled-component/font-size.html">fontSize</a></p> +</td> +<td> +<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">fontSize</span><span class="symbol">: </span><a href="../-css-size.html"><span class="identifier">CssSize</span></a><span class="symbol">?</span></code> +<p>CSS font size of the current component.</p> +</td> +</tr> +<tr> +<td> +<p><a href="../-styled-component/font-style.html">fontStyle</a></p> +</td> +<td> +<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">fontStyle</span><span class="symbol">: </span><a href="../-font-style/index.html"><span class="identifier">FontStyle</span></a><span class="symbol">?</span></code> +<p>CSS font style of the current component.</p> +</td> +</tr> +<tr> +<td> +<p><a href="../-styled-component/font-variant.html">fontVariant</a></p> +</td> +<td> +<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">fontVariant</span><span class="symbol">: </span><a href="../-font-variant/index.html"><span class="identifier">FontVariant</span></a><span class="symbol">?</span></code> +<p>CSS font variant of the current component.</p> +</td> +</tr> +<tr> +<td> +<p><a href="../-styled-component/font-weight.html">fontWeight</a></p> +</td> +<td> +<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">fontWeight</span><span class="symbol">: </span><a href="../-font-weight/index.html"><span class="identifier">FontWeight</span></a><span class="symbol">?</span></code> +<p>CSS font weight of the current component.</p> +</td> +</tr> +<tr> +<td> +<p><a href="../-styled-component/height.html">height</a></p> +</td> +<td> +<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">height</span><span class="symbol">: </span><a href="../-css-size.html"><span class="identifier">CssSize</span></a><span class="symbol">?</span></code> +<p>Height of the current component.</p> +</td> +</tr> +<tr> +<td> +<p><a href="../-styled-component/left.html">left</a></p> +</td> +<td> +<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">left</span><span class="symbol">: </span><a href="../-css-size.html"><span class="identifier">CssSize</span></a><span class="symbol">?</span></code> +<p>Left edge of the current component.</p> +</td> +</tr> +<tr> +<td> +<p><a href="../-styled-component/letter-spacing.html">letterSpacing</a></p> +</td> +<td> +<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">letterSpacing</span><span class="symbol">: </span><a href="../-css-size.html"><span class="identifier">CssSize</span></a><span class="symbol">?</span></code> +<p>CSS Text letter spacing of the current component.</p> +</td> +</tr> +<tr> +<td> +<p><a href="../-styled-component/line-break.html">lineBreak</a></p> +</td> +<td> +<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">lineBreak</span><span class="symbol">: </span><a href="../-line-break/index.html"><span class="identifier">LineBreak</span></a><span class="symbol">?</span></code> +<p>CSS line break of the current component.</p> +</td> +</tr> +<tr> +<td> +<p><a href="../-styled-component/line-height.html">lineHeight</a></p> +</td> +<td> +<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">lineHeight</span><span class="symbol">: </span><a href="../-css-size.html"><span class="identifier">CssSize</span></a><span class="symbol">?</span></code> +<p>CSS Text line height of the current component.</p> +</td> +</tr> +<tr> +<td> +<p><a href="../-styled-component/margin.html">margin</a></p> +</td> +<td> +<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">margin</span><span class="symbol">: </span><a href="../-css-size.html"><span class="identifier">CssSize</span></a><span class="symbol">?</span></code> +<p>Margin of the current component.</p> +</td> +</tr> +<tr> +<td> +<p><a href="../-styled-component/margin-bottom.html">marginBottom</a></p> +</td> +<td> +<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">marginBottom</span><span class="symbol">: </span><a href="../-css-size.html"><span class="identifier">CssSize</span></a><span class="symbol">?</span></code> +<p>Bottom margin of the current component.</p> +</td> +</tr> +<tr> +<td> +<p><a href="../-styled-component/margin-left.html">marginLeft</a></p> +</td> +<td> +<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">marginLeft</span><span class="symbol">: </span><a href="../-css-size.html"><span class="identifier">CssSize</span></a><span class="symbol">?</span></code> +<p>Left margin of the current component.</p> +</td> +</tr> +<tr> +<td> +<p><a href="../-styled-component/margin-right.html">marginRight</a></p> +</td> +<td> +<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">marginRight</span><span class="symbol">: </span><a href="../-css-size.html"><span class="identifier">CssSize</span></a><span class="symbol">?</span></code> +<p>Right margin of the current component.</p> +</td> +</tr> +<tr> +<td> +<p><a href="../-styled-component/margin-top.html">marginTop</a></p> +</td> +<td> +<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">marginTop</span><span class="symbol">: </span><a href="../-css-size.html"><span class="identifier">CssSize</span></a><span class="symbol">?</span></code> +<p>Top margin of the current component.</p> +</td> +</tr> +<tr> +<td> +<p><a href="../-styled-component/max-height.html">maxHeight</a></p> +</td> +<td> +<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">maxHeight</span><span class="symbol">: </span><a href="../-css-size.html"><span class="identifier">CssSize</span></a><span class="symbol">?</span></code> +<p>Maximal height of the current component.</p> +</td> +</tr> +<tr> +<td> +<p><a href="../-styled-component/max-width.html">maxWidth</a></p> +</td> +<td> +<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">maxWidth</span><span class="symbol">: </span><a href="../-css-size.html"><span class="identifier">CssSize</span></a><span class="symbol">?</span></code> +<p>Maximal width of the current component.</p> +</td> +</tr> +<tr> +<td> +<p><a href="../-styled-component/min-height.html">minHeight</a></p> +</td> +<td> +<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">minHeight</span><span class="symbol">: </span><a href="../-css-size.html"><span class="identifier">CssSize</span></a><span class="symbol">?</span></code> +<p>Minimal height of the current component.</p> +</td> |
