https://schema.legytma.com.br/3.0.0/schema/list_view_params.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 | list_view_params.schema.json |
object (List View Params)
| Property | Type | Required | Nullable | Defined by |
|---|---|---|---|---|
| scrollDirection | string |
Optional | cannot be null | List View Params |
| reverse | boolean |
Optional | cannot be null | List View Params |
| shrinkWrap | boolean |
Optional | cannot be null | List View Params |
| cacheExtent | Merged | Optional | cannot be null | List View Params |
| padding | Multiple | Optional | cannot be null | List View Params |
| itemExtent | Merged | Optional | cannot be null | List View Params |
| children | array |
Optional | cannot be null | List View Params |
| pageSize | Multiple | Optional | cannot be null | List View Params |
| loadMoreUrl | string |
Optional | cannot be null | List View Params |
| isDemo | boolean |
Optional | cannot be null | List View Params |
Created by Windol [email protected] at 01/05/2020. Copyright (c) 2020 Legytma Soluções Inteligentes (https://legytma.com.br). All rights reserved.
scrollDirection
string (Axis)string (Axis)
enum: the value of this property must be equal to one of the following values:
| Value | Explanation |
|---|---|
"horizontal" |
|
"vertical" |
The default value is:
"vertical"
Define the representation of boolean acceptable.
Used to identify parser. Every parser can permit only one type
reverse
boolean (Boolean)boolean (Boolean)
The default value is:
true
true
false
Define the representation of boolean acceptable.
Used to identify parser. Every parser can permit only one type
shrinkWrap
boolean (Boolean)boolean (Boolean)
The default value is:
true
true
false
Define the representation of double acceptable.
Used to identify parser. Every parser can permit only one type
cacheExtent
merged type (Double)
one (and only one) of
maximum: the value of this number must smaller than or equal to: 1
minimum: the value of this number must greater than or equal to: 0
The default value is:
1
Created by Windol [email protected] at 01/05/2020. Copyright (c) 2020 Legytma Soluções Inteligentes (https://legytma.com.br). All rights reserved.
padding
string or object (Edge Insets Geometry)any of the folllowing: string or object (Edge Insets Geometry)
The default value is:
{
"type": "only",
"bottom": 8
}
Define the representation of double acceptable.
Used to identify parser. Every parser can permit only one type
itemExtent
merged type (Double)
one (and only one) of
maximum: the value of this number must smaller than or equal to: 1
minimum: the value of this number must greater than or equal to: 0
The default value is:
1
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:
[]
Define the representation of integer acceptable.
Used to identify parser. Every parser can permit only one type
pageSize
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 30/04/2020. Copyright (c) 2020 Legytma Soluções Inteligentes (https://legytma.com.br). All rights reserved.
loadMoreUrl
string (Url)string (Url)
URI: the string must be a URI, according to RFC 3986
Define the representation of boolean acceptable.
Used to identify parser. Every parser can permit only one type
isDemo
boolean (Boolean)boolean (Boolean)
The default value is:
true
true
false