neft
Version:
Universal Platform
41 lines (29 loc) • 2.64 kB
Markdown
> [Wiki](Home) ▸ [[API Reference|API-Reference]] ▸ [[Renderer|Renderer-API]] ▸ [[Item|Renderer-Item-API]] ▸ **Layout**
#Layout
<dl><dt>Syntax</dt><dd><code>Item.Layout</code></dd><dt>Static property of</dt><dd><a href="/Neft-io/neft/wiki/Renderer-Item-API#class-item">Item</a></dd></dl>
> [`Source`](/Neft-io/neft/blob/65f8de73ffc0dbb38be0f58144f629599500b1a9/src/renderer/types/basics/item/layout.litcoffee#itemlayout)
## Table of contents
* [Layout](#layout)
* [**Class** Layout](#class-layout)
* [enabled](#enabled)
* [fillWidth](#fillwidth)
* [onFillWidthChange](#onfillwidthchange)
* [*Boolean* Layout::fillHeight = false](#boolean-layoutfillheight--false)
* [onFillHeightChange](#onfillheightchange)
* [Glossary](#glossary)
# **Class** Layout
> [`Source`](/Neft-io/neft/blob/65f8de73ffc0dbb38be0f58144f629599500b1a9/src/renderer/types/basics/item/layout.litcoffee)
##enabled
<dl><dt>Syntax</dt><dd><code>*Boolean* Layout::enabled = `true`</code></dd><dt>Prototype property of</dt><dd><i>Layout</i></dd><dt>Type</dt><dd><i>Boolean</i></dd><dt>Default</dt><dd><code>true</code></dd></dl>
> [`Source`](/Neft-io/neft/blob/65f8de73ffc0dbb38be0f58144f629599500b1a9/src/renderer/types/basics/item/layout.litcoffee#boolean-layoutenabled--true)
##fillWidth
<dl><dt>Syntax</dt><dd><code>*Boolean* Layout::fillWidth = `false`</code></dd><dt>Prototype property of</dt><dd><i>Layout</i></dd><dt>Type</dt><dd><i>Boolean</i></dd><dt>Default</dt><dd><code>false</code></dd></dl>
##onFillWidthChange
<dl><dt>Syntax</dt><dd><code>*Signal* Layout::onFillWidthChange(*Boolean* oldValue)</code></dd><dt>Prototype method of</dt><dd><i>Layout</i></dd><dt>Parameters</dt><dd><ul><li>oldValue — <i>Boolean</i></li></ul></dd><dt>Type</dt><dd><a href="/Neft-io/neft/wiki/Signal-API#class-signal">Signal</a></dd></dl>
> [`Source`](/Neft-io/neft/blob/65f8de73ffc0dbb38be0f58144f629599500b1a9/src/renderer/types/basics/item/layout.litcoffee#signal-layoutonfillwidthchangeboolean-oldvalue)
## *Boolean* Layout::fillHeight = false
##onFillHeightChange
<dl><dt>Syntax</dt><dd><code>*Signal* Layout::onFillHeightChange(*Boolean* oldValue)</code></dd><dt>Prototype method of</dt><dd><i>Layout</i></dd><dt>Parameters</dt><dd><ul><li>oldValue — <i>Boolean</i></li></ul></dd><dt>Type</dt><dd><a href="/Neft-io/neft/wiki/Signal-API#class-signal">Signal</a></dd></dl>
> [`Source`](/Neft-io/neft/blob/65f8de73ffc0dbb38be0f58144f629599500b1a9/src/renderer/types/basics/item/layout.litcoffee#signal-layoutonfillheightchangeboolean-oldvalue)
# Glossary
- [Item.Layout](#class-layout)