https://schema.legytma.com.br/3.0.0/schema/widget/indexed_stack.schema.json
Created by Windol [email protected] at 12/05/2020. Copyright (c) 2020 Legytma Soluções Inteligentes (https://legytma.com.br). All rights reserved.
| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
|---|---|---|---|---|---|---|---|
| Can be instantiated | No | Unknown status | No | Forbidden | Allowed | none | indexed_stack.schema.json |
object (Indexed Stack)
all of
| Property | Type | Required | Nullable | Defined by |
|---|---|---|---|---|
| type | string |
Optional | cannot be null | Indexed Stack |
| sizing | string |
Optional | cannot be null | Indexed Stack |
| index | Multiple | Optional | cannot be null | Indexed Stack |
| alignment | Multiple | Optional | can be null | Indexed Stack |
| textDirection | string |
Optional | cannot be null | Indexed Stack |
| children | array |
Optional | cannot be null | Indexed Stack |
Identify the widget type
Used to identify parser. Every parser can permit only one type
type
string (Type)string (Type)
constant: the value of this property must be equal to:
"IndexedStack"
Created by Windol [email protected] at 01/05/2020. Copyright (c) 2020 Legytma Soluções Inteligentes (https://legytma.com.br). All rights reserved.
sizing
string (Stack Fit)string (Stack Fit)
enum: the value of this property must be equal to one of the following values:
| Value | Explanation |
|---|---|
"loose" |
|
"expand" |
|
"passthrough" |
The default value is:
"loose"
Define the representation of integer acceptable.
Used to identify parser. Every parser can permit only one type
index
string or integer (Integer)any of the folllowing: string or integer (Integer)
The default value is:
10
"123"
"#32"
"0b111001"
"$23"
"0x162"
123
Created by Windol [email protected] at 15/05/2020. Copyright (c) 2020 Legytma Soluções Inteligentes (https://legytma.com.br). All rights reserved.
alignment
array or boolean or integer or number or object or string (Dynamic)any of the folllowing: array or boolean or integer or number or object or string (Dynamic)
The default value is:
"unbounded"
Determine the text direction.
Used to identify parser. Every parser can permit only one type
textDirection
string (Text Direction)string (Text Direction)
enum: the value of this property must be equal to one of the following values:
| Value | Explanation |
|---|---|
"ltr" |
|
"rtl" |
"ltr"
"rtl"
List of Schema to validation of JSON used to parse Widgets.
You can add any widget inheritance’s.
children
object[] (Widget)object[] (Widget)
The default value is:
[]