Legytma Schemas

List View Params Schema

https://legytma.com.br/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

List View Params Type

object (List View Params)

List View Params Properties

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 Unknown Type 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 Unknown Type 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

scrollDirection

Created by Windol [email protected] at 01/05/2020. Copyright (c) 2020 Legytma Soluções Inteligentes (https://legytma.com.br). All rights reserved.

scrollDirection

scrollDirection Type

string (Axis)

scrollDirection Constraints

enum: the value of this property must be equal to one of the following values:

Value Explanation
"horizontal"  
"vertical"  

scrollDirection Default Value

The default value is:

"vertical"

reverse

Define the representation of boolean acceptable.

Used to identify parser. Every parser can permit only one type

reverse

reverse Type

boolean (Boolean)

reverse Default Value

The default value is:

true

reverse Examples

true
false

shrinkWrap

Define the representation of boolean acceptable.

Used to identify parser. Every parser can permit only one type

shrinkWrap

shrinkWrap Type

boolean (Boolean)

shrinkWrap Default Value

The default value is:

true

shrinkWrap Examples

true
false

cacheExtent

Define the representation of double acceptable.

Used to identify parser. Every parser can permit only one type

cacheExtent

cacheExtent Type

merged type (Double)

one (and only one) of

cacheExtent Constraints

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

cacheExtent Default Value

The default value is:

1

padding

Created by Windol [email protected] at 01/05/2020. Copyright (c) 2020 Legytma Soluções Inteligentes (https://legytma.com.br). All rights reserved.

padding

padding Type

any of the folllowing: string or object (Edge Insets Geometry)

padding Default Value

The default value is:

{
  "type": "only",
  "bottom": 8
}

itemExtent

Define the representation of double acceptable.

Used to identify parser. Every parser can permit only one type

itemExtent

itemExtent Type

merged type (Double)

one (and only one) of

itemExtent Constraints

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

itemExtent Default Value

The default value is:

1

children

List of Schema to validation of JSON used to parse Widgets.

You can add any widget inheritance’s.

children

children Type

object[] (Widget)

children Default Value

The default value is:

[]

pageSize

Define the representation of integer acceptable.

Used to identify parser. Every parser can permit only one type

pageSize

pageSize Type

any of the folllowing: string or integer (Integer)

pageSize Default Value

The default value is:

10

pageSize Examples

"123"
"#32"
"0b111001"
"$23"
"0x162"
123

loadMoreUrl

Created by Windol [email protected] at 30/04/2020. Copyright (c) 2020 Legytma Soluções Inteligentes (https://legytma.com.br). All rights reserved.

loadMoreUrl

loadMoreUrl Type

string (Url)

loadMoreUrl Constraints

URI: the string must be a URI, according to RFC 3986

isDemo

Define the representation of boolean acceptable.

Used to identify parser. Every parser can permit only one type

isDemo

isDemo Type

boolean (Boolean)

isDemo Default Value

The default value is:

true

isDemo Examples

true
false