neft
Version:
JavaScript. Everywhere.
37 lines (24 loc) • 1.94 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#layout)
## Table of contents
* [Layout](#layout)
* [**Class** Layout](#class-layout)
* [enabled](#enabled)
* [fillWidth](#fillwidth)
* [*Boolean* Layout::fillHeight = false](#boolean-layoutfillheight--false)
* [Glossary](#glossary)
# **Class** Layout
> [`Source`](/Neft-io/neft/blob/65f8de73ffc0dbb38be0f58144f629599500b1a9/src/renderer/types/basics/item/layout.litcoffee#class-layout)
##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#enabled)
##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>
> [`Source`](/Neft-io/neft/blob/65f8de73ffc0dbb38be0f58144f629599500b1a9/src/renderer/types/basics/item/layout.litcoffee#fillwidth)
## *Boolean* Layout::fillHeight = false
## [Signal](/Neft-io/neft/wiki/Signal-API#class-signal) Layout::onFillHeightChange(*Boolean* oldValue)
> [`Source`](/Neft-io/neft/blob/65f8de73ffc0dbb38be0f58144f629599500b1a9/src/renderer/types/basics/item/layout.litcoffee#boolean-layoutfillheight--false-signal-layoutonfillheightchangeboolean-oldvalue)
# Glossary
- [Item.Layout](#class-layout)