https://schema.legytma.com.br/3.0.0/schema/widget/clip_r_rect.schema.json
Created by Windol [email protected] at 04/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 | clip_r_rect.schema.json |
object (Clip R Rect)
all of
| Property | Type | Required | Nullable | Defined by |
|---|---|---|---|---|
| type | string |
Optional | cannot be null | Clip R Rect |
| clipper | Multiple | Optional | can be null | Clip R Rect |
| borderRadius | Merged | Required | cannot be null | Clip R Rect |
| clipBehavior | string |
Optional | cannot be null | Clip R Rect |
| child | object |
Optional | cannot be null | Clip R Rect |
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:
"ClipRRect"
Created by Windol [email protected] at 15/05/2020. Copyright (c) 2020 Legytma Soluções Inteligentes (https://legytma.com.br). All rights reserved.
clipper
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)
Created by Windol [email protected] at 24/04/2020. Copyright (c) 2020 Legytma Soluções Inteligentes (https://legytma.com.br). All rights reserved.
borderRadius
merged type (Border Radius)
one (and only one) of
Created by Windol [email protected] at 01/05/2020. Copyright (c) 2020 Legytma Soluções Inteligentes (https://legytma.com.br). All rights reserved.
clipBehavior
string (Clip)string (Clip)
enum: the value of this property must be equal to one of the following values:
| Value | Explanation |
|---|---|
"antiAlias" |
|
"none" |
|
"hardEdge" |
|
"antiAliasWithSaveLayer" |
The default value is:
"none"
Schema to validation of JSON used to parse Widget.
You can add all valid properties to complete validation.
child
object (Widget)object (Widget)