Legytma Schemas

Clip R Rect Schema

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

Clip R Rect Type

object (Clip R Rect)

all of

Clip R Rect Properties

Property Type Required Nullable Defined by
type string Optional cannot be null Clip R Rect
clipper Unknown Type 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

type

Identify the widget type

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

type

type Type

string (Type)

type Constraints

constant: the value of this property must be equal to:

"ClipRRect"

clipper

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

clipper

clipper Type

any of the folllowing: array or boolean or integer or number or object or string (Dynamic)

borderRadius

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

borderRadius

borderRadius Type

merged type (Border Radius)

one (and only one) of

clipBehavior

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

clipBehavior

clipBehavior Type

string (Clip)

clipBehavior Constraints

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

Value Explanation
"antiAlias"  
"none"  
"hardEdge"  
"antiAliasWithSaveLayer"  

clipBehavior Default Value

The default value is:

"none"

child

Schema to validation of JSON used to parse Widget.

You can add all valid properties to complete validation.

child

child Type

object (Widget)