@tairu/protocol
Tairu protocol schemas and types.
Installation
npm install @tairu/protocol
Type Aliases
ActionV0
ActionV0:
FromSchema<typeofactionV0>
BoxChildrenV0
BoxChildrenV0:
FromSchema<typeofboxChildrenV0>
BoxNodeV0
BoxNodeV0:
FromSchema<typeofboxNodeV0>
BoxPropsV0
BoxPropsV0:
FromSchema<typeofboxPropsV0>
BoxStyleV0
BoxStyleV0:
FromSchema<typeofboxStyleV0>
BoxV0
BoxV0:
FromSchema<typeofboxV0>
ElementTypeV0
ElementTypeV0:
FromSchema<typeofelementTypeV0>
ElementV0
ElementV0:
FromSchema<typeofelementV0>
HandlerFormatV0
HandlerFormatV0:
FromSchema<typeofhandlerFormatV0>
HandlerQueryParamsV0
HandlerQueryParamsV0:
FromSchema<typeofhandlerQueryParamsV0>
ImagePropsV0
ImagePropsV0:
FromSchema<typeofimagePropsV0>
ImageV0
ImageV0:
FromSchema<typeofimageV0>
InputOptionV0
InputOptionV0:
FromSchema<typeofinputOptionV0>
InputV0
InputV0:
FromSchema<typeofinputV0>
OpenActionV0
OpenActionV0:
FromSchema<typeofopenActionV0>
OptionsInputV0
OptionsInputV0:
FromSchema<typeofoptionsInputV0>
OptionValueV0
OptionValueV0:
FromSchema<typeofoptionValueV0>
PostActionHandler()
PostActionHandler: (
action) =>Promise<TileV0>
Parameters
action
Returns
Promise<TileV0>
PostActionV0
PostActionV0:
FromSchema<typeofpostActionV0>
SignActionHandler()
SignActionHandler: (
action) =>Promise<string>
Parameters
action
Returns
Promise<string>
SignActionV0
SignActionV0:
FromSchema<typeofsignActionV0>
SignedActionV0
SignedActionV0:
FromSchema<typeofsignedActionV0>
SubmitActionV0
SubmitActionV0:
FromSchema<typeofsubmitActionV0>
SubmittedActionV0
SubmittedActionV0:
FromSchema<typeofsubmittedActionV0>
SubmitValueV0
SubmitValueV0:
FromSchema<typeofsubmitValueV0>
TextChildrenV0
TextChildrenV0:
FromSchema<typeoftextChildrenV0>
TextInputV0
TextInputV0:
FromSchema<typeoftextInputV0>
TextNodeV0
TextNodeV0:
FromSchema<typeoftextNodeV0>
TextPropsV0
TextPropsV0:
FromSchema<typeoftextPropsV0>
TextStyleV0
TextStyleV0:
FromSchema<typeoftextStyleV0>
TextV0
TextV0:
FromSchema<typeoftextV0>
Tile
Tile:
TileV0
TileInteractiveV0
TileInteractiveV0:
FromSchema<typeoftileInteractiveV0>
TileMetaV0
TileMetaV0:
FromSchema<typeoftileMetaV0>
TilePropsV0
TilePropsV0:
FromSchema<typeoftilePropsV0>
TileV0
TileV0:
FromSchema<typeoftileV0>
ValueV0
ValueV0:
FromSchema<typeofvalueV0>
Variables
actionV0
constactionV0:object
Type declaration
anyOf
readonlyanyOf: readonly [object,object,object]
boxChildrenV0
constboxChildrenV0:object
Type declaration
anyOf
readonlyanyOf: readonly [object,object]
boxNodeV0
constboxNodeV0:object=elementV0
Type declaration
additionalProperties
readonlyadditionalProperties:false=false
properties
readonlyproperties:object
properties.props
readonlyproperties.props:object
properties.props.type
readonlyproperties.props.type:"object"='object'
properties.type
readonlyproperties.type:object=elementTypeV0
properties.type.enum
readonlyproperties.type.enum: readonly ["Box","Image","Text"]
properties.type.type
readonlyproperties.type.type:"string"='string'
required
readonlyrequired: readonly ["type","props"]
type
readonlytype:"object"='object'
boxPropsV0
constboxPropsV0:object
Type declaration
additionalProperties
readonlyadditionalProperties:false=false
properties
readonlyproperties:object
properties.children
readonlyproperties.children:object
properties.children.items
readonlyproperties.children.items:object=boxChildrenV0
properties.children.items.anyOf
readonlyproperties.children.items.anyOf: readonly [object,object]
properties.children.type
readonlyproperties.children.type:"array"='array'
properties.key
readonlyproperties.key:object
properties.key.type
readonlyproperties.key.type:"string"='string'
properties.style
readonlyproperties.style:object=boxStyleV0
properties.style.additionalProperties
readonlyproperties.style.additionalProperties:false=false
properties.style.properties
readonlyproperties.style.properties:object
properties.style.properties.alignItems
readonlyproperties.style.properties.alignItems:object
properties.style.properties.alignItems.enum
readonlyproperties.style.properties.alignItems.enum: readonly ["flex-start","center","flex-end"]
properties.style.properties.alignItems.type
readonlyproperties.style.properties.alignItems.type:"string"='string'
properties.style.properties.alignSelf
readonlyproperties.style.properties.alignSelf:object
properties.style.properties.alignSelf.enum
readonlyproperties.style.properties.alignSelf.enum: readonly ["auto","flex-start","center","flex-end"]
properties.style.properties.alignSelf.type
readonlyproperties.style.properties.alignSelf.type:"string"='string'
properties.style.properties.backgroundClip
readonlyproperties.style.properties.backgroundClip:object
properties.style.properties.backgroundClip.enum
readonlyproperties.style.properties.backgroundClip.enum: readonly ["border-box","text"]
properties.style.properties.backgroundClip.type
readonlyproperties.style.properties.backgroundClip.type:"string"='string'
properties.style.properties.backgroundColor
readonlyproperties.style.properties.backgroundColor:object
properties.style.properties.backgroundColor.type
readonlyproperties.style.properties.backgroundColor.type:"string"='string'
properties.style.properties.backgroundImage
readonlyproperties.style.properties.backgroundImage:object
properties.style.properties.backgroundImage.type
readonlyproperties.style.properties.backgroundImage.type:"string"='string'
properties.style.properties.backgroundPosition
readonlyproperties.style.properties.backgroundPosition:object
properties.style.properties.backgroundPosition.type
readonlyproperties.style.properties.backgroundPosition.type:"string"='string'
properties.style.properties.backgroundRepeat
readonlyproperties.style.properties.backgroundRepeat:object
properties.style.properties.backgroundRepeat.enum
readonlyproperties.style.properties.backgroundRepeat.enum: readonly ["repeat","repeat-x","repeat-y","no-repeat"]
properties.style.properties.backgroundRepeat.type
readonlyproperties.style.properties.backgroundRepeat.type:"string"='string'
properties.style.properties.backgroundSize
readonlyproperties.style.properties.backgroundSize:object
properties.style.properties.backgroundSize.type
readonlyproperties.style.properties.backgroundSize.type:"string"='string'
properties.style.properties.borderBottomColor
readonlyproperties.style.properties.borderBottomColor:object
properties.style.properties.borderBottomColor.type
readonlyproperties.style.properties.borderBottomColor.type:"string"='string'
properties.style.properties.borderBottomLeftRadius
readonlyproperties.style.properties.borderBottomLeftRadius:object=nonNegativeNumber
properties.style.properties.borderBottomLeftRadius.minimum
readonlyproperties.style.properties.borderBottomLeftRadius.minimum:0=0
properties.style.properties.borderBottomLeftRadius.type
readonlyproperties.style.properties.borderBottomLeftRadius.type:"number"='number'
properties.style.properties.borderBottomRightRadius
readonlyproperties.style.properties.borderBottomRightRadius:object=nonNegativeNumber
properties.style.properties.borderBottomRightRadius.minimum
readonlyproperties.style.properties.borderBottomRightRadius.minimum:0=0
properties.style.properties.borderBottomRightRadius.type
readonlyproperties.style.properties.borderBottomRightRadius.type:"number"='number'
properties.style.properties.borderBottomStyle
readonlyproperties.style.properties.borderBottomStyle:object=borderStyle
properties.style.properties.borderBottomStyle.enum
readonlyproperties.style.properties.borderBottomStyle.enum: readonly ["solid","dashed"]
properties.style.properties.borderBottomStyle.type
readonlyproperties.style.properties.borderBottomStyle.type:"string"='string'
properties.style.properties.borderBottomWidth
readonlyproperties.style.properties.borderBottomWidth:object=nonNegativeNumber
properties.style.properties.borderBottomWidth.minimum
readonlyproperties.style.properties.borderBottomWidth.minimum:0=0
properties.style.properties.borderBottomWidth.type
readonlyproperties.style.properties.borderBottomWidth.type:"number"='number'
properties.style.properties.borderColor
readonlyproperties.style.properties.borderColor:object
properties.style.properties.borderColor.type
readonlyproperties.style.properties.borderColor.type:"string"='string'
properties.style.properties.borderLeftColor
readonlyproperties.style.properties.borderLeftColor:object
properties.style.properties.borderLeftColor.type
readonlyproperties.style.properties.borderLeftColor.type:"string"='string'
properties.style.properties.borderLeftStyle
readonlyproperties.style.properties.borderLeftStyle:object=borderStyle
properties.style.properties.borderLeftStyle.enum
readonlyproperties.style.properties.borderLeftStyle.enum: readonly ["solid","dashed"]
properties.style.properties.borderLeftStyle.type
readonlyproperties.style.properties.borderLeftStyle.type:"string"='string'
properties.style.properties.borderLeftWidth
readonlyproperties.style.properties.borderLeftWidth:object=nonNegativeNumber
properties.style.properties.borderLeftWidth.minimum
readonlyproperties.style.properties.borderLeftWidth.minimum:0=0
properties.style.properties.borderLeftWidth.type
readonlyproperties.style.properties.borderLeftWidth.type:"number"='number'
properties.style.properties.borderRadius
readonlyproperties.style.properties.borderRadius:object=nonNegativeNumber
properties.style.properties.borderRadius.minimum
readonlyproperties.style.properties.borderRadius.minimum:0=0
properties.style.properties.borderRadius.type
readonlyproperties.style.properties.borderRadius.type:"number"='number'
properties.style.properties.borderRightColor
readonlyproperties.style.properties.borderRightColor:object
properties.style.properties.borderRightColor.type
readonlyproperties.style.properties.borderRightColor.type:"string"='string'
properties.style.properties.borderRightStyle
readonlyproperties.style.properties.borderRightStyle:object=borderStyle
properties.style.properties.borderRightStyle.enum
readonlyproperties.style.properties.borderRightStyle.enum: readonly ["solid","dashed"]
properties.style.properties.borderRightStyle.type
readonlyproperties.style.properties.borderRightStyle.type:"string"='string'
properties.style.properties.borderRightWidth
readonlyproperties.style.properties.borderRightWidth:object=nonNegativeNumber
properties.style.properties.borderRightWidth.minimum
readonlyproperties.style.properties.borderRightWidth.minimum:0=0
properties.style.properties.borderRightWidth.type
readonlyproperties.style.properties.borderRightWidth.type:"number"='number'
properties.style.properties.borderStyle
readonlyproperties.style.properties.borderStyle:object=borderStyle
properties.style.properties.borderStyle.enum
readonlyproperties.style.properties.borderStyle.enum: readonly ["solid","dashed"]
properties.style.properties.borderStyle.type
readonlyproperties.style.properties.borderStyle.type:"string"='string'
properties.style.properties.borderTopColor
readonlyproperties.style.properties.borderTopColor:object
properties.style.properties.borderTopColor.type
readonlyproperties.style.properties.borderTopColor.type:"string"='string'
properties.style.properties.borderTopLeftRadius
readonlyproperties.style.properties.borderTopLeftRadius:object=nonNegativeNumber
properties.style.properties.borderTopLeftRadius.minimum
readonlyproperties.style.properties.borderTopLeftRadius.minimum:0=0
properties.style.properties.borderTopLeftRadius.type
readonlyproperties.style.properties.borderTopLeftRadius.type:"number"='number'
properties.style.properties.borderTopRightRadius
readonlyproperties.style.properties.borderTopRightRadius:object=nonNegativeNumber
properties.style.properties.borderTopRightRadius.minimum
readonlyproperties.style.properties.borderTopRightRadius.minimum:0=0
properties.style.properties.borderTopRightRadius.type
readonlyproperties.style.properties.borderTopRightRadius.type:"number"='number'
properties.style.properties.borderTopStyle
readonlyproperties.style.properties.borderTopStyle:object=borderStyle
properties.style.properties.borderTopStyle.enum
readonlyproperties.style.properties.borderTopStyle.enum: readonly ["solid","dashed"]
properties.style.properties.borderTopStyle.type
readonlyproperties.style.properties.borderTopStyle.type:"string"='string'
properties.style.properties.borderTopWidth
readonlyproperties.style.properties.borderTopWidth:object=nonNegativeNumber
properties.style.properties.borderTopWidth.minimum
readonlyproperties.style.properties.borderTopWidth.minimum:0=0
properties.style.properties.borderTopWidth.type
readonlyproperties.style.properties.borderTopWidth.type:"number"='number'
properties.style.properties.borderWidth
readonlyproperties.style.properties.borderWidth:object=nonNegativeNumber
properties.style.properties.borderWidth.minimum
readonlyproperties.style.properties.borderWidth.minimum:0=0
properties.style.properties.borderWidth.type
readonlyproperties.style.properties.borderWidth.type:"number"='number'
properties.style.properties.bottom
readonlyproperties.style.properties.bottom:object
properties.style.properties.bottom.type
readonlyproperties.style.properties.bottom.type:"number"='number'
properties.style.properties.boxShadow
readonlyproperties.style.properties.boxShadow:object
properties.style.properties.boxShadow.type
readonlyproperties.style.properties.boxShadow.type:"string"='string'
properties.style.properties.display
readonlyproperties.style.properties.display:object
properties.style.properties.display.enum
readonlyproperties.style.properties.display.enum: readonly ["flex","none"]
properties.style.properties.display.type
readonlyproperties.style.properties.display.type:"string"='string'
properties.style.properties.flexBasis
readonlyproperties.style.properties.flexBasis:object=nonNegativeNumber
properties.style.properties.flexBasis.minimum
readonlyproperties.style.properties.flexBasis.minimum:0=0
properties.style.properties.flexBasis.type
readonlyproperties.style.properties.flexBasis.type:"number"='number'
properties.style.properties.flexDirection
readonlyproperties.style.properties.flexDirection:object
properties.style.properties.flexDirection.enum
readonlyproperties.style.properties.flexDirection.enum: readonly ["row","row-reverse","column","column-reverse"]
properties.style.properties.flexDirection.type
readonlyproperties.style.properties.flexDirection.type:"string"='string'
properties.style.properties.flexGrow
readonlyproperties.style.properties.flexGrow:object=nonNegativeNumber
properties.style.properties.flexGrow.minimum
readonlyproperties.style.properties.flexGrow.minimum:0=0
properties.style.properties.flexGrow.type
readonlyproperties.style.properties.flexGrow.type:"number"='number'
properties.style.properties.flexShrink
readonlyproperties.style.properties.flexShrink:object=nonNegativeNumber
properties.style.properties.flexShrink.minimum
readonlyproperties.style.properties.flexShrink.minimum:0=0
properties.style.properties.flexShrink.type
readonlyproperties.style.properties.flexShrink.type:"number"='number'
properties.style.properties.flexWrap
readonlyproperties.style.properties.flexWrap:object
properties.style.properties.flexWrap.enum
readonlyproperties.style.properties.flexWrap.enum: readonly ["nowrap","wrap","wrap-reverse"]
properties.style.properties.flexWrap.type
readonlyproperties.style.properties.flexWrap.type:"string"='string'
properties.style.properties.gap
readonlyproperties.style.properties.gap:object=nonNegativeNumber
properties.style.properties.gap.minimum
readonlyproperties.style.properties.gap.minimum:0=0
properties.style.properties.gap.type
readonlyproperties.style.properties.gap.type:"number"='number'
properties.style.properties.height
readonlyproperties.style.properties.height:object=nonNegativeNumber
properties.style.properties.height.minimum
readonlyproperties.style.properties.height.minimum:0=0
properties.style.properties.height.type
readonlyproperties.style.properties.height.type:"number"='number'
properties.style.properties.justifyContent
readonlyproperties.style.properties.justifyContent:object
properties.style.properties.justifyContent.enum
readonlyproperties.style.properties.justifyContent.enum: readonly ["flex-start","center","flex-end","space-between","space-around"]
properties.style.properties.justifyContent.type
readonlyproperties.style.properties.justifyContent.type:"string"='string'
properties.style.properties.left
readonlyproperties.style.properties.left:object
properties.style.properties.left.type
readonlyproperties.style.properties.left.type:"number"='number'
properties.style.properties.margin
readonlyproperties.style.properties.margin:object
properties.style.properties.margin.type
readonlyproperties.style.properties.margin.type:"number"='number'
properties.style.properties.marginBottom
readonlyproperties.style.properties.marginBottom:object
properties.style.properties.marginBottom.type
readonlyproperties.style.properties.marginBottom.type:"number"='number'
properties.style.properties.marginLeft
readonlyproperties.style.properties.marginLeft:object
properties.style.properties.marginLeft.type
readonlyproperties.style.properties.marginLeft.type:"number"='number'
properties.style.properties.marginRight
readonlyproperties.style.properties.marginRight:object
properties.style.properties.marginRight.type
readonlyproperties.style.properties.marginRight.type:"number"='number'
properties.style.properties.marginTop
readonlyproperties.style.properties.marginTop:object
properties.style.properties.marginTop.type
readonlyproperties.style.properties.marginTop.type:"number"='number'
properties.style.properties.maxHeight
readonlyproperties.style.properties.maxHeight:object=nonNegativeNumber
properties.style.properties.maxHeight.minimum
readonlyproperties.style.properties.maxHeight.minimum:0=0
properties.style.properties.maxHeight.type
readonlyproperties.style.properties.maxHeight.type:"number"='number'
properties.style.properties.maxWidth
readonlyproperties.style.properties.maxWidth:object=nonNegativeNumber
properties.style.properties.maxWidth.minimum
readonlyproperties.style.properties.maxWidth.minimum:0=0
properties.style.properties.maxWidth.type
readonlyproperties.style.properties.maxWidth.type:"number"='number'
properties.style.properties.minHeight
readonlyproperties.style.properties.minHeight:object=nonNegativeNumber
properties.style.properties.minHeight.minimum
readonlyproperties.style.properties.minHeight.minimum:0=0
properties.style.properties.minHeight.type
readonlyproperties.style.properties.minHeight.type:"number"='number'
properties.style.properties.minWidth
readonlyproperties.style.properties.minWidth:object=nonNegativeNumber
properties.style.properties.minWidth.minimum
readonlyproperties.style.properties.minWidth.minimum:0=0
properties.style.properties.minWidth.type
readonlyproperties.style.properties.minWidth.type:"number"='number'
properties.style.properties.objectFit
readonlyproperties.style.properties.objectFit:object
properties.style.properties.objectFit.enum
readonlyproperties.style.properties.objectFit.enum: readonly ["none","contain","cover"]
properties.style.properties.objectFit.type
readonlyproperties.style.properties.objectFit.type:"string"='string'
properties.style.properties.opacity
readonlyproperties.style.properties.opacity:object=nonNegativeNumber
properties.style.properties.opacity.minimum
readonlyproperties.style.properties.opacity.minimum:0=0
properties.style.properties.opacity.type
readonlyproperties.style.properties.opacity.type:"number"='number'
properties.style.properties.overflow
readonlyproperties.style.properties.overflow:object
properties.style.properties.overflow.enum
readonlyproperties.style.properties.overflow.enum: readonly ["visible","hidden"]
properties.style.properties.overflow.type
readonlyproperties.style.properties.overflow.type:"string"='string'
properties.style.properties.padding
readonlyproperties.style.properties.padding:object=nonNegativeNumber
properties.style.properties.padding.minimum
readonlyproperties.style.properties.padding.minimum:0=0
properties.style.properties.padding.type
readonlyproperties.style.properties.padding.type:"number"='number'
properties.style.properties.paddingBottom
readonlyproperties.style.properties.paddingBottom:object=nonNegativeNumber
properties.style.properties.paddingBottom.minimum
readonlyproperties.style.properties.paddingBottom.minimum:0=0
properties.style.properties.paddingBottom.type
readonlyproperties.style.properties.paddingBottom.type:"number"='number'
properties.style.properties.paddingLeft
readonlyproperties.style.properties.paddingLeft:object=nonNegativeNumber
properties.style.properties.paddingLeft.minimum
readonlyproperties.style.properties.paddingLeft.minimum:0=0
properties.style.properties.paddingLeft.type
readonlyproperties.style.properties.paddingLeft.type:"number"='number'
properties.style.properties.paddingRight
readonlyproperties.style.properties.paddingRight:object=nonNegativeNumber
properties.style.properties.paddingRight.minimum
readonlyproperties.style.properties.paddingRight.minimum:0=0
properties.style.properties.paddingRight.type
readonlyproperties.style.properties.paddingRight.type:"number"='number'
properties.style.properties.paddingTop
readonlyproperties.style.properties.paddingTop:object=nonNegativeNumber
properties.style.properties.paddingTop.minimum
readonlyproperties.style.properties.paddingTop.minimum:0=0
properties.style.properties.paddingTop.type
readonlyproperties.style.properties.paddingTop.type:"number"='number'
properties.style.properties.position
readonlyproperties.style.properties.position:object
properties.style.properties.position.enum
readonlyproperties.style.properties.position.enum: readonly ["relative","absolute"]
properties.style.properties.position.type
readonlyproperties.style.properties.position.type:"string"='string'
properties.style.properties.right
readonlyproperties.style.properties.right:object
properties.style.properties.right.type
readonlyproperties.style.properties.right.type:"number"='number'
properties.style.properties.top
readonlyproperties.style.properties.top:object
properties.style.properties.top.type
readonlyproperties.style.properties.top.type:"number"='number'
properties.style.properties.width
readonlyproperties.style.properties.width:object=nonNegativeNumber
properties.style.properties.width.minimum
readonlyproperties.style.properties.width.minimum:0=0
properties.style.properties.width.type
readonlyproperties.style.properties.width.type:"number"='number'
properties.style.type
readonlyproperties.style.type:"object"='object'
type
readonlytype:"object"='object'
boxStyleV0
constboxStyleV0:object
Type declaration
additionalProperties
readonlyadditionalProperties:false=false
properties
readonlyproperties:object
properties.alignItems
readonlyproperties.alignItems:object
properties.alignItems.enum
readonlyproperties.alignItems.enum: readonly ["flex-start","center","flex-end"]
properties.alignItems.type
readonlyproperties.alignItems.type:"string"='string'
properties.alignSelf
readonlyproperties.alignSelf:object
properties.alignSelf.enum
readonlyproperties.alignSelf.enum: readonly ["auto","flex-start","center","flex-end"]
properties.alignSelf.type
readonlyproperties.alignSelf.type:"string"='string'
properties.backgroundClip
readonlyproperties.backgroundClip:object
properties.backgroundClip.enum
readonlyproperties.backgroundClip.enum: readonly ["border-box","text"]
properties.backgroundClip.type
readonlyproperties.backgroundClip.type:"string"='string'
properties.backgroundColor
readonlyproperties.backgroundColor:object
properties.backgroundColor.type
readonlyproperties.backgroundColor.type:"string"='string'
properties.backgroundImage
readonlyproperties.backgroundImage:object
properties.backgroundImage.type
readonlyproperties.backgroundImage.type:"string"='string'
properties.backgroundPosition
readonlyproperties.backgroundPosition:object
properties.backgroundPosition.type
readonlyproperties.backgroundPosition.type:"string"='string'
properties.backgroundRepeat
readonlyproperties.backgroundRepeat:object
properties.backgroundRepeat.enum
readonlyproperties.backgroundRepeat.enum: readonly ["repeat","repeat-x","repeat-y","no-repeat"]
properties.backgroundRepeat.type
readonlyproperties.backgroundRepeat.type:"string"='string'
properties.backgroundSize
readonlyproperties.backgroundSize:object
properties.backgroundSize.type
readonlyproperties.backgroundSize.type:"string"='string'
properties.borderBottomColor
readonlyproperties.borderBottomColor:object
properties.borderBottomColor.type
readonlyproperties.borderBottomColor.type:"string"='string'
properties.borderBottomLeftRadius
readonlyproperties.borderBottomLeftRadius:object=nonNegativeNumber
properties.borderBottomLeftRadius.minimum
readonlyproperties.borderBottomLeftRadius.minimum:0=0
properties.borderBottomLeftRadius.type
readonlyproperties.borderBottomLeftRadius.type:"number"='number'
properties.borderBottomRightRadius
readonlyproperties.borderBottomRightRadius:object=nonNegativeNumber
properties.borderBottomRightRadius.minimum
readonlyproperties.borderBottomRightRadius.minimum:0=0
properties.borderBottomRightRadius.type
readonlyproperties.borderBottomRightRadius.type:"number"='number'
properties.borderBottomStyle
readonlyproperties.borderBottomStyle:object=borderStyle
properties.borderBottomStyle.enum
readonlyproperties.borderBottomStyle.enum: readonly ["solid","dashed"]
properties.borderBottomStyle.type
readonlyproperties.borderBottomStyle.type:"string"='string'
properties.borderBottomWidth
readonlyproperties.borderBottomWidth:object=nonNegativeNumber
properties.borderBottomWidth.minimum
readonlyproperties.borderBottomWidth.minimum:0=0
properties.borderBottomWidth.type
readonlyproperties.borderBottomWidth.type:"number"='number'
properties.borderColor
readonlyproperties.borderColor:object
properties.borderColor.type
readonlyproperties.borderColor.type:"string"='string'
properties.borderLeftColor
readonlyproperties.borderLeftColor:object
properties.borderLeftColor.type
readonlyproperties.borderLeftColor.type:"string"='string'
properties.borderLeftStyle
readonlyproperties.borderLeftStyle:object=borderStyle
properties.borderLeftStyle.enum
readonlyproperties.borderLeftStyle.enum: readonly ["solid","dashed"]
properties.borderLeftStyle.type
readonlyproperties.borderLeftStyle.type:"string"='string'
properties.borderLeftWidth
readonlyproperties.borderLeftWidth:object=nonNegativeNumber
properties.borderLeftWidth.minimum
readonlyproperties.borderLeftWidth.minimum:0=0
properties.borderLeftWidth.type
readonlyproperties.borderLeftWidth.type:"number"='number'
properties.borderRadius
readonlyproperties.borderRadius:object=nonNegativeNumber
properties.borderRadius.minimum
readonlyproperties.borderRadius.minimum:0=0
properties.borderRadius.type
readonlyproperties.borderRadius.type:"number"='number'
properties.borderRightColor
readonlyproperties.borderRightColor:object
properties.borderRightColor.type
readonlyproperties.borderRightColor.type:"string"='string'
properties.borderRightStyle
readonlyproperties.borderRightStyle:object=borderStyle
properties.borderRightStyle.enum
readonlyproperties.borderRightStyle.enum: readonly ["solid","dashed"]
properties.borderRightStyle.type
readonlyproperties.borderRightStyle.type:"string"='string'
properties.borderRightWidth
readonlyproperties.borderRightWidth:object=nonNegativeNumber
properties.borderRightWidth.minimum
readonlyproperties.borderRightWidth.minimum:0=0
properties.borderRightWidth.type
readonlyproperties.borderRightWidth.type:"number"='number'
properties.borderStyle
readonlyproperties.borderStyle:object=borderStyle
properties.borderStyle.enum
readonlyproperties.borderStyle.enum: readonly ["solid","dashed"]
properties.borderStyle.type
readonlyproperties.borderStyle.type:"string"='string'
properties.borderTopColor
readonlyproperties.borderTopColor:object
properties.borderTopColor.type
readonlyproperties.borderTopColor.type:"string"='string'
properties.borderTopLeftRadius
readonlyproperties.borderTopLeftRadius:object=nonNegativeNumber
properties.borderTopLeftRadius.minimum
readonlyproperties.borderTopLeftRadius.minimum:0=0
properties.borderTopLeftRadius.type
readonlyproperties.borderTopLeftRadius.type:"number"='number'
properties.borderTopRightRadius
readonlyproperties.borderTopRightRadius:object=nonNegativeNumber
properties.borderTopRightRadius.minimum
readonlyproperties.borderTopRightRadius.minimum:0=0
properties.borderTopRightRadius.type
readonlyproperties.borderTopRightRadius.type:"number"='number'
properties.borderTopStyle
readonlyproperties.borderTopStyle:object=borderStyle
properties.borderTopStyle.enum
readonlyproperties.borderTopStyle.enum: readonly ["solid","dashed"]
properties.borderTopStyle.type
readonlyproperties.borderTopStyle.type:"string"='string'
properties.borderTopWidth
readonlyproperties.borderTopWidth:object=nonNegativeNumber
properties.borderTopWidth.minimum
readonlyproperties.borderTopWidth.minimum:0=0
properties.borderTopWidth.type
readonlyproperties.borderTopWidth.type:"number"='number'
properties.borderWidth
readonlyproperties.borderWidth:object=nonNegativeNumber
properties.borderWidth.minimum
readonlyproperties.borderWidth.minimum:0=0
properties.borderWidth.type
readonlyproperties.borderWidth.type:"number"='number'
properties.bottom
readonlyproperties.bottom:object
properties.bottom.type
readonlyproperties.bottom.type:"number"='number'
properties.boxShadow
readonlyproperties.boxShadow:object
properties.boxShadow.type
readonlyproperties.boxShadow.type:"string"='string'
properties.display
readonlyproperties.display:object
properties.display.enum
readonlyproperties.display.enum: readonly ["flex","none"]
properties.display.type
readonlyproperties.display.type:"string"='string'
properties.flexBasis
readonlyproperties.flexBasis:object=nonNegativeNumber
properties.flexBasis.minimum
readonlyproperties.flexBasis.minimum:0=0
properties.flexBasis.type
readonlyproperties.flexBasis.type:"number"='number'
properties.flexDirection
readonlyproperties.flexDirection:object
properties.flexDirection.enum
readonlyproperties.flexDirection.enum: readonly ["row","row-reverse","column","column-reverse"]
properties.flexDirection.type
readonlyproperties.flexDirection.type:"string"='string'
properties.flexGrow
readonlyproperties.flexGrow:object=nonNegativeNumber
properties.flexGrow.minimum
readonlyproperties.flexGrow.minimum:0=0
properties.flexGrow.type
readonlyproperties.flexGrow.type:"number"='number'
properties.flexShrink
readonlyproperties.flexShrink:object=nonNegativeNumber
properties.flexShrink.minimum
readonlyproperties.flexShrink.minimum:0=0
properties.flexShrink.type
readonlyproperties.flexShrink.type:"number"='number'
properties.flexWrap
readonlyproperties.flexWrap:object
properties.flexWrap.enum
readonlyproperties.flexWrap.enum: readonly ["nowrap","wrap","wrap-reverse"]
properties.flexWrap.type
readonlyproperties.flexWrap.type:"string"='string'
properties.gap
readonlyproperties.gap:object=nonNegativeNumber
properties.gap.minimum
readonlyproperties.gap.minimum:0=0
properties.gap.type
readonlyproperties.gap.type:"number"='number'
properties.height
readonlyproperties.height:object=nonNegativeNumber
properties.height.minimum
readonlyproperties.height.minimum:0=0
properties.height.type
readonlyproperties.height.type:"number"='number'
properties.justifyContent
readonlyproperties.justifyContent:object
properties.justifyContent.enum
readonlyproperties.justifyContent.enum: readonly ["flex-start","center","flex-end","space-between","space-around"]
properties.justifyContent.type
readonlyproperties.justifyContent.type:"string"='string'
properties.left
readonlyproperties.left:object
properties.left.type
readonlyproperties.left.type:"number"='number'
properties.margin
readonlyproperties.margin:object
properties.margin.type
readonlyproperties.margin.type:"number"='number'
properties.marginBottom
readonlyproperties.marginBottom:object
properties.marginBottom.type
readonlyproperties.marginBottom.type:"number"='number'
properties.marginLeft
readonlyproperties.marginLeft:object
properties.marginLeft.type
readonlyproperties.marginLeft.type:"number"='number'
properties.marginRight
readonlyproperties.marginRight:object
properties.marginRight.type
readonlyproperties.marginRight.type:"number"='number'
properties.marginTop
readonlyproperties.marginTop:object
properties.marginTop.type
readonlyproperties.marginTop.type:"number"='number'
properties.maxHeight
readonlyproperties.maxHeight:object=nonNegativeNumber
properties.maxHeight.minimum
readonlyproperties.maxHeight.minimum:0=0
properties.maxHeight.type
readonlyproperties.maxHeight.type:"number"='number'
properties.maxWidth
readonlyproperties.maxWidth:object=nonNegativeNumber
properties.maxWidth.minimum
readonlyproperties.maxWidth.minimum:0=0
properties.maxWidth.type
readonlyproperties.maxWidth.type:"number"='number'
properties.minHeight
readonlyproperties.minHeight:object=nonNegativeNumber
properties.minHeight.minimum
readonlyproperties.minHeight.minimum:0=0
properties.minHeight.type
readonlyproperties.minHeight.type:"number"='number'
properties.minWidth
readonlyproperties.minWidth:object=nonNegativeNumber
properties.minWidth.minimum
readonlyproperties.minWidth.minimum:0=0
properties.minWidth.type
readonlyproperties.minWidth.type:"number"='number'
properties.objectFit
readonlyproperties.objectFit:object
properties.objectFit.enum
readonlyproperties.objectFit.enum: readonly ["none","contain","cover"]
properties.objectFit.type
readonlyproperties.objectFit.type:"string"='string'
properties.opacity
readonlyproperties.opacity:object=nonNegativeNumber
properties.opacity.minimum
readonlyproperties.opacity.minimum:0=0
properties.opacity.type
readonlyproperties.opacity.type:"number"='number'
properties.overflow
readonlyproperties.overflow:object
properties.overflow.enum
readonlyproperties.overflow.enum: readonly ["visible","hidden"]
properties.overflow.type
readonlyproperties.overflow.type:"string"='string'
properties.padding
readonlyproperties.padding:object=nonNegativeNumber
properties.padding.minimum
readonlyproperties.padding.minimum:0=0
properties.padding.type
readonlyproperties.padding.type:"number"='number'
properties.paddingBottom
readonlyproperties.paddingBottom:object=nonNegativeNumber
properties.paddingBottom.minimum
readonlyproperties.paddingBottom.minimum:0=0
properties.paddingBottom.type
readonlyproperties.paddingBottom.type:"number"='number'
properties.paddingLeft
readonlyproperties.paddingLeft:object=nonNegativeNumber
properties.paddingLeft.minimum
readonlyproperties.paddingLeft.minimum:0=0
properties.paddingLeft.type
readonlyproperties.paddingLeft.type:"number"='number'
properties.paddingRight
readonlyproperties.paddingRight:object=nonNegativeNumber
properties.paddingRight.minimum
readonlyproperties.paddingRight.minimum:0=0
properties.paddingRight.type
readonlyproperties.paddingRight.type:"number"='number'
properties.paddingTop
readonlyproperties.paddingTop:object=nonNegativeNumber
properties.paddingTop.minimum
readonlyproperties.paddingTop.minimum:0=0
properties.paddingTop.type
readonlyproperties.paddingTop.type:"number"='number'
properties.position
readonlyproperties.position:object
properties.position.enum
readonlyproperties.position.enum: readonly ["relative","absolute"]
properties.position.type
readonlyproperties.position.type:"string"='string'
properties.right
readonlyproperties.right:object
properties.right.type
readonlyproperties.right.type:"number"='number'
properties.top
readonlyproperties.top:object
properties.top.type
readonlyproperties.top.type:"number"='number'
properties.width
readonlyproperties.width:object=nonNegativeNumber
properties.width.minimum
readonlyproperties.width.minimum:0=0
properties.width.type
readonlyproperties.width.type:"number"='number'
type
readonlytype:"object"='object'
boxV0
constboxV0:object
Type declaration
additionalProperties
readonlyadditionalProperties:false=false
properties
readonlyproperties:object
properties.props
readonlyproperties.props:object=boxPropsV0
properties.props.additionalProperties
readonlyproperties.props.additionalProperties:false=false
properties.props.properties
readonlyproperties.props.properties:object
properties.props.properties.children
readonlyproperties.props.properties.children:object
properties.props.properties.children.items
readonlyproperties.props.properties.children.items:object=boxChildrenV0
properties.props.properties.children.items.anyOf
readonlyproperties.props.properties.children.items.anyOf: readonly [object,object]
properties.props.properties.children.type
readonlyproperties.props.properties.children.type:"array"='array'
properties.props.properties.key
readonlyproperties.props.properties.key:object
properties.props.properties.key.type
readonlyproperties.props.properties.key.type:"string"='string'
properties.props.properties.style
readonlyproperties.props.properties.style:object=boxStyleV0
properties.props.properties.style.additionalProperties
readonlyproperties.props.properties.style.additionalProperties:false=false
properties.props.properties.style.properties
readonlyproperties.props.properties.style.properties:object
properties.props.properties.style.properties.alignItems
readonlyproperties.props.properties.style.properties.alignItems:object
properties.props.properties.style.properties.alignItems.enum
readonlyproperties.props.properties.style.properties.alignItems.enum: readonly ["flex-start","center","flex-end"]
properties.props.properties.style.properties.alignItems.type
readonlyproperties.props.properties.style.properties.alignItems.type:"string"='string'
properties.props.properties.style.properties.alignSelf
readonlyproperties.props.properties.style.properties.alignSelf:object
properties.props.properties.style.properties.alignSelf.enum
readonlyproperties.props.properties.style.properties.alignSelf.enum: readonly ["auto","flex-start","center","flex-end"]
properties.props.properties.style.properties.alignSelf.type
readonlyproperties.props.properties.style.properties.alignSelf.type:"string"='string'
properties.props.properties.style.properties.backgroundClip
readonlyproperties.props.properties.style.properties.backgroundClip:object
properties.props.properties.style.properties.backgroundClip.enum
readonlyproperties.props.properties.style.properties.backgroundClip.enum: readonly ["border-box","text"]
properties.props.properties.style.properties.backgroundClip.type
readonlyproperties.props.properties.style.properties.backgroundClip.type:"string"='string'
properties.props.properties.style.properties.backgroundColor
readonlyproperties.props.properties.style.properties.backgroundColor:object
properties.props.properties.style.properties.backgroundColor.type
readonlyproperties.props.properties.style.properties.backgroundColor.type:"string"='string'
properties.props.properties.style.properties.backgroundImage
readonlyproperties.props.properties.style.properties.backgroundImage:object
properties.props.properties.style.properties.backgroundImage.type
readonlyproperties.props.properties.style.properties.backgroundImage.type:"string"='string'
properties.props.properties.style.properties.backgroundPosition
readonlyproperties.props.properties.style.properties.backgroundPosition:object
properties.props.properties.style.properties.backgroundPosition.type
readonlyproperties.props.properties.style.properties.backgroundPosition.type:"string"='string'
properties.props.properties.style.properties.backgroundRepeat
readonlyproperties.props.properties.style.properties.backgroundRepeat:object
properties.props.properties.style.properties.backgroundRepeat.enum
readonlyproperties.props.properties.style.properties.backgroundRepeat.enum: readonly ["repeat","repeat-x","repeat-y","no-repeat"]
properties.props.properties.style.properties.backgroundRepeat.type
readonlyproperties.props.properties.style.properties.backgroundRepeat.type:"string"='string'
properties.props.properties.style.properties.backgroundSize
readonlyproperties.props.properties.style.properties.backgroundSize:object
properties.props.properties.style.properties.backgroundSize.type
readonlyproperties.props.properties.style.properties.backgroundSize.type:"string"='string'
properties.props.properties.style.properties.borderBottomColor
readonlyproperties.props.properties.style.properties.borderBottomColor:object
properties.props.properties.style.properties.borderBottomColor.type
readonlyproperties.props.properties.style.properties.borderBottomColor.type:"string"='string'
properties.props.properties.style.properties.borderBottomLeftRadius
readonlyproperties.props.properties.style.properties.borderBottomLeftRadius:object=nonNegativeNumber
properties.props.properties.style.properties.borderBottomLeftRadius.minimum
readonlyproperties.props.properties.style.properties.borderBottomLeftRadius.minimum:0=0
properties.props.properties.style.properties.borderBottomLeftRadius.type
readonlyproperties.props.properties.style.properties.borderBottomLeftRadius.type:"number"='number'
properties.props.properties.style.properties.borderBottomRightRadius
readonlyproperties.props.properties.style.properties.borderBottomRightRadius:object=nonNegativeNumber
properties.props.properties.style.properties.borderBottomRightRadius.minimum
readonlyproperties.props.properties.style.properties.borderBottomRightRadius.minimum:0=0
properties.props.properties.style.properties.borderBottomRightRadius.type
readonlyproperties.props.properties.style.properties.borderBottomRightRadius.type:"number"='number'
properties.props.properties.style.properties.borderBottomStyle
readonlyproperties.props.properties.style.properties.borderBottomStyle:object=borderStyle
properties.props.properties.style.properties.borderBottomStyle.enum
readonlyproperties.props.properties.style.properties.borderBottomStyle.enum: readonly ["solid","dashed"]
properties.props.properties.style.properties.borderBottomStyle.type
readonlyproperties.props.properties.style.properties.borderBottomStyle.type:"string"='string'
properties.props.properties.style.properties.borderBottomWidth
readonlyproperties.props.properties.style.properties.borderBottomWidth:object=nonNegativeNumber
properties.props.properties.style.properties.borderBottomWidth.minimum
readonlyproperties.props.properties.style.properties.borderBottomWidth.minimum:0=0
properties.props.properties.style.properties.borderBottomWidth.type
readonlyproperties.props.properties.style.properties.borderBottomWidth.type:"number"='number'
properties.props.properties.style.properties.borderColor
readonlyproperties.props.properties.style.properties.borderColor:object
properties.props.properties.style.properties.borderColor.type
readonlyproperties.props.properties.style.properties.borderColor.type:"string"='string'
properties.props.properties.style.properties.borderLeftColor
readonlyproperties.props.properties.style.properties.borderLeftColor:object
properties.props.properties.style.properties.borderLeftColor.type
readonlyproperties.props.properties.style.properties.borderLeftColor.type:"string"='string'
properties.props.properties.style.properties.borderLeftStyle
readonlyproperties.props.properties.style.properties.borderLeftStyle:object=borderStyle
properties.props.properties.style.properties.borderLeftStyle.enum
readonlyproperties.props.properties.style.properties.borderLeftStyle.enum: readonly ["solid","dashed"]
properties.props.properties.style.properties.borderLeftStyle.type
readonlyproperties.props.properties.style.properties.borderLeftStyle.type:"string"='string'
properties.props.properties.style.properties.borderLeftWidth
readonlyproperties.props.properties.style.properties.borderLeftWidth:object=nonNegativeNumber
properties.props.properties.style.properties.borderLeftWidth.minimum
readonlyproperties.props.properties.style.properties.borderLeftWidth.minimum:0=0
properties.props.properties.style.properties.borderLeftWidth.type
readonlyproperties.props.properties.style.properties.borderLeftWidth.type:"number"='number'
properties.props.properties.style.properties.borderRadius
readonlyproperties.props.properties.style.properties.borderRadius:object=nonNegativeNumber
properties.props.properties.style.properties.borderRadius.minimum
readonlyproperties.props.properties.style.properties.borderRadius.minimum:0=0
properties.props.properties.style.properties.borderRadius.type
readonlyproperties.props.properties.style.properties.borderRadius.type:"number"='number'
properties.props.properties.style.properties.borderRightColor
readonlyproperties.props.properties.style.properties.borderRightColor:object
properties.props.properties.style.properties.borderRightColor.type
readonlyproperties.props.properties.style.properties.borderRightColor.type:"string"='string'
properties.props.properties.style.properties.borderRightStyle
readonlyproperties.props.properties.style.properties.borderRightStyle:object=borderStyle
properties.props.properties.style.properties.borderRightStyle.enum
readonlyproperties.props.properties.style.properties.borderRightStyle.enum: readonly ["solid","dashed"]
properties.props.properties.style.properties.borderRightStyle.type
readonlyproperties.props.properties.style.properties.borderRightStyle.type:"string"='string'
properties.props.properties.style.properties.borderRightWidth
readonlyproperties.props.properties.style.properties.borderRightWidth:object=nonNegativeNumber
properties.props.properties.style.properties.borderRightWidth.minimum
readonlyproperties.props.properties.style.properties.borderRightWidth.minimum:0=0
properties.props.properties.style.properties.borderRightWidth.type
readonlyproperties.props.properties.style.properties.borderRightWidth.type:"number"='number'
properties.props.properties.style.properties.borderStyle
readonlyproperties.props.properties.style.properties.borderStyle:object=borderStyle
properties.props.properties.style.properties.borderStyle.enum
readonlyproperties.props.properties.style.properties.borderStyle.enum: readonly ["solid","dashed"]
properties.props.properties.style.properties.borderStyle.type
readonlyproperties.props.properties.style.properties.borderStyle.type:"string"='string'
properties.props.properties.style.properties.borderTopColor
readonlyproperties.props.properties.style.properties.borderTopColor:object
properties.props.properties.style.properties.borderTopColor.type
readonlyproperties.props.properties.style.properties.borderTopColor.type:"string"='string'
properties.props.properties.style.properties.borderTopLeftRadius
readonlyproperties.props.properties.style.properties.borderTopLeftRadius:object=nonNegativeNumber
properties.props.properties.style.properties.borderTopLeftRadius.minimum
readonlyproperties.props.properties.style.properties.borderTopLeftRadius.minimum:0=0
properties.props.properties.style.properties.borderTopLeftRadius.type
readonlyproperties.props.properties.style.properties.borderTopLeftRadius.type:"number"='number'
properties.props.properties.style.properties.borderTopRightRadius
readonlyproperties.props.properties.style.properties.borderTopRightRadius:object=nonNegativeNumber
properties.props.properties.style.properties.borderTopRightRadius.minimum
readonlyproperties.props.properties.style.properties.borderTopRightRadius.minimum:0=0
properties.props.properties.style.properties.borderTopRightRadius.type
readonlyproperties.props.properties.style.properties.borderTopRightRadius.type:"number"='number'
properties.props.properties.style.properties.borderTopStyle
readonlyproperties.props.properties.style.properties.borderTopStyle:object=borderStyle
properties.props.properties.style.properties.borderTopStyle.enum
readonlyproperties.props.properties.style.properties.borderTopStyle.enum: readonly ["solid","dashed"]
properties.props.properties.style.properties.borderTopStyle.type
readonlyproperties.props.properties.style.properties.borderTopStyle.type:"string"='string'
properties.props.properties.style.properties.borderTopWidth
readonlyproperties.props.properties.style.properties.borderTopWidth:object=nonNegativeNumber
properties.props.properties.style.properties.borderTopWidth.minimum
readonlyproperties.props.properties.style.properties.borderTopWidth.minimum:0=0
properties.props.properties.style.properties.borderTopWidth.type
readonlyproperties.props.properties.style.properties.borderTopWidth.type:"number"='number'
properties.props.properties.style.properties.borderWidth
readonlyproperties.props.properties.style.properties.borderWidth:object=nonNegativeNumber
properties.props.properties.style.properties.borderWidth.minimum
readonlyproperties.props.properties.style.properties.borderWidth.minimum:0=0
properties.props.properties.style.properties.borderWidth.type
readonlyproperties.props.properties.style.properties.borderWidth.type:"number"='number'
properties.props.properties.style.properties.bottom
readonlyproperties.props.properties.style.properties.bottom:object
properties.props.properties.style.properties.bottom.type
readonlyproperties.props.properties.style.properties.bottom.type:"number"='number'
properties.props.properties.style.properties.boxShadow
readonlyproperties.props.properties.style.properties.boxShadow:object
properties.props.properties.style.properties.boxShadow.type
readonlyproperties.props.properties.style.properties.boxShadow.type:"string"='string'
properties.props.properties.style.properties.display
readonlyproperties.props.properties.style.properties.display:object
properties.props.properties.style.properties.display.enum
readonlyproperties.props.properties.style.properties.display.enum: readonly ["flex","none"]
properties.props.properties.style.properties.display.type
readonlyproperties.props.properties.style.properties.display.type:"string"='string'
properties.props.properties.style.properties.flexBasis
readonlyproperties.props.properties.style.properties.flexBasis:object=nonNegativeNumber
properties.props.properties.style.properties.flexBasis.minimum
readonlyproperties.props.properties.style.properties.flexBasis.minimum:0=0
properties.props.properties.style.properties.flexBasis.type
readonlyproperties.props.properties.style.properties.flexBasis.type:"number"='number'
properties.props.properties.style.properties.flexDirection
readonlyproperties.props.properties.style.properties.flexDirection:object
properties.props.properties.style.properties.flexDirection.enum
readonlyproperties.props.properties.style.properties.flexDirection.enum: readonly ["row","row-reverse","column","column-reverse"]
properties.props.properties.style.properties.flexDirection.type
readonlyproperties.props.properties.style.properties.flexDirection.type:"string"='string'
properties.props.properties.style.properties.flexGrow
readonlyproperties.props.properties.style.properties.flexGrow:object=nonNegativeNumber
properties.props.properties.style.properties.flexGrow.minimum
readonlyproperties.props.properties.style.properties.flexGrow.minimum:0=0
properties.props.properties.style.properties.flexGrow.type
readonlyproperties.props.properties.style.properties.flexGrow.type:"number"='number'
properties.props.properties.style.properties.flexShrink
readonlyproperties.props.properties.style.properties.flexShrink:object=nonNegativeNumber
properties.props.properties.style.properties.flexShrink.minimum
readonlyproperties.props.properties.style.properties.flexShrink.minimum:0=0
properties.props.properties.style.properties.flexShrink.type
readonlyproperties.props.properties.style.properties.flexShrink.type:"number"='number'
properties.props.properties.style.properties.flexWrap
readonlyproperties.props.properties.style.properties.flexWrap:object
properties.props.properties.style.properties.flexWrap.enum
readonlyproperties.props.properties.style.properties.flexWrap.enum: readonly ["nowrap","wrap","wrap-reverse"]
properties.props.properties.style.properties.flexWrap.type
readonlyproperties.props.properties.style.properties.flexWrap.type:"string"='string'
properties.props.properties.style.properties.gap
readonlyproperties.props.properties.style.properties.gap:object=nonNegativeNumber
properties.props.properties.style.properties.gap.minimum
readonlyproperties.props.properties.style.properties.gap.minimum:0=0
properties.props.properties.style.properties.gap.type
readonlyproperties.props.properties.style.properties.gap.type:"number"='number'
properties.props.properties.style.properties.height
readonlyproperties.props.properties.style.properties.height:object=nonNegativeNumber
properties.props.properties.style.properties.height.minimum
readonlyproperties.props.properties.style.properties.height.minimum:0=0
properties.props.properties.style.properties.height.type
readonlyproperties.props.properties.style.properties.height.type:"number"='number'
properties.props.properties.style.properties.justifyContent
readonlyproperties.props.properties.style.properties.justifyContent:object
properties.props.properties.style.properties.justifyContent.enum
readonlyproperties.props.properties.style.properties.justifyContent.enum: readonly ["flex-start","center","flex-end","space-between","space-around"]
properties.props.properties.style.properties.justifyContent.type
readonlyproperties.props.properties.style.properties.justifyContent.type:"string"='string'
properties.props.properties.style.properties.left
readonlyproperties.props.properties.style.properties.left:object
properties.props.properties.style.properties.left.type
readonlyproperties.props.properties.style.properties.left.type:"number"='number'
properties.props.properties.style.properties.margin
readonlyproperties.props.properties.style.properties.margin:object
properties.props.properties.style.properties.margin.type
readonlyproperties.props.properties.style.properties.margin.type:"number"='number'
properties.props.properties.style.properties.marginBottom
readonlyproperties.props.properties.style.properties.marginBottom:object
properties.props.properties.style.properties.marginBottom.type
readonlyproperties.props.properties.style.properties.marginBottom.type:"number"='number'
properties.props.properties.style.properties.marginLeft
readonlyproperties.props.properties.style.properties.marginLeft:object
properties.props.properties.style.properties.marginLeft.type
readonlyproperties.props.properties.style.properties.marginLeft.type:"number"='number'
properties.props.properties.style.properties.marginRight
readonlyproperties.props.properties.style.properties.marginRight:object
properties.props.properties.style.properties.marginRight.type
readonlyproperties.props.properties.style.properties.marginRight.type:"number"='number'
properties.props.properties.style.properties.marginTop
readonlyproperties.props.properties.style.properties.marginTop:object
properties.props.properties.style.properties.marginTop.type
readonlyproperties.props.properties.style.properties.marginTop.type:"number"='number'
properties.props.properties.style.properties.maxHeight
readonlyproperties.props.properties.style.properties.maxHeight:object=nonNegativeNumber
properties.props.properties.style.properties.maxHeight.minimum
readonlyproperties.props.properties.style.properties.maxHeight.minimum:0=0
properties.props.properties.style.properties.maxHeight.type
readonlyproperties.props.properties.style.properties.maxHeight.type:"number"='number'
properties.props.properties.style.properties.maxWidth
readonlyproperties.props.properties.style.properties.maxWidth:object=nonNegativeNumber
properties.props.properties.style.properties.maxWidth.minimum
readonlyproperties.props.properties.style.properties.maxWidth.minimum:0=0
properties.props.properties.style.properties.maxWidth.type
readonlyproperties.props.properties.style.properties.maxWidth.type:"number"='number'
properties.props.properties.style.properties.minHeight
readonlyproperties.props.properties.style.properties.minHeight:object=nonNegativeNumber
properties.props.properties.style.properties.minHeight.minimum
readonlyproperties.props.properties.style.properties.minHeight.minimum:0=0
properties.props.properties.style.properties.minHeight.type
readonlyproperties.props.properties.style.properties.minHeight.type:"number"='number'
properties.props.properties.style.properties.minWidth
readonlyproperties.props.properties.style.properties.minWidth:object=nonNegativeNumber
properties.props.properties.style.properties.minWidth.minimum
readonlyproperties.props.properties.style.properties.minWidth.minimum:0=0
properties.props.properties.style.properties.minWidth.type
readonlyproperties.props.properties.style.properties.minWidth.type:"number"='number'
properties.props.properties.style.properties.objectFit
readonlyproperties.props.properties.style.properties.objectFit:object
properties.props.properties.style.properties.objectFit.enum
readonlyproperties.props.properties.style.properties.objectFit.enum: readonly ["none","contain","cover"]
properties.props.properties.style.properties.objectFit.type
readonlyproperties.props.properties.style.properties.objectFit.type:"string"='string'
properties.props.properties.style.properties.opacity
readonlyproperties.props.properties.style.properties.opacity:object=nonNegativeNumber
properties.props.properties.style.properties.opacity.minimum
readonlyproperties.props.properties.style.properties.opacity.minimum:0=0
properties.props.properties.style.properties.opacity.type
readonlyproperties.props.properties.style.properties.opacity.type:"number"='number'
properties.props.properties.style.properties.overflow
readonlyproperties.props.properties.style.properties.overflow:object
properties.props.properties.style.properties.overflow.enum
readonlyproperties.props.properties.style.properties.overflow.enum: readonly ["visible","hidden"]
properties.props.properties.style.properties.overflow.type
readonlyproperties.props.properties.style.properties.overflow.type:"string"='string'
properties.props.properties.style.properties.padding
readonlyproperties.props.properties.style.properties.padding:object=nonNegativeNumber
properties.props.properties.style.properties.padding.minimum
readonlyproperties.props.properties.style.properties.padding.minimum:0=0
properties.props.properties.style.properties.padding.type
readonlyproperties.props.properties.style.properties.padding.type:"number"='number'
properties.props.properties.style.properties.paddingBottom
readonlyproperties.props.properties.style.properties.paddingBottom:object=nonNegativeNumber
properties.props.properties.style.properties.paddingBottom.minimum
readonlyproperties.props.properties.style.properties.paddingBottom.minimum:0=0
properties.props.properties.style.properties.paddingBottom.type
readonlyproperties.props.properties.style.properties.paddingBottom.type:"number"='number'
properties.props.properties.style.properties.paddingLeft
readonlyproperties.props.properties.style.properties.paddingLeft:object=nonNegativeNumber
properties.props.properties.style.properties.paddingLeft.minimum
readonlyproperties.props.properties.style.properties.paddingLeft.minimum:0=0
properties.props.properties.style.properties.paddingLeft.type
readonlyproperties.props.properties.style.properties.paddingLeft.type:"number"='number'
properties.props.properties.style.properties.paddingRight
readonlyproperties.props.properties.style.properties.paddingRight:object=nonNegativeNumber
properties.props.properties.style.properties.paddingRight.minimum
readonlyproperties.props.properties.style.properties.paddingRight.minimum:0=0
properties.props.properties.style.properties.paddingRight.type
readonlyproperties.props.properties.style.properties.paddingRight.type:"number"='number'
properties.props.properties.style.properties.paddingTop
readonlyproperties.props.properties.style.properties.paddingTop:object=nonNegativeNumber
properties.props.properties.style.properties.paddingTop.minimum
readonlyproperties.props.properties.style.properties.paddingTop.minimum:0=0
properties.props.properties.style.properties.paddingTop.type
readonlyproperties.props.properties.style.properties.paddingTop.type:"number"='number'
properties.props.properties.style.properties.position
readonlyproperties.props.properties.style.properties.position:object
properties.props.properties.style.properties.position.enum
readonlyproperties.props.properties.style.properties.position.enum: readonly ["relative","absolute"]
properties.props.properties.style.properties.position.type
readonlyproperties.props.properties.style.properties.position.type:"string"='string'
properties.props.properties.style.properties.right
readonlyproperties.props.properties.style.properties.right:object
properties.props.properties.style.properties.right.type
readonlyproperties.props.properties.style.properties.right.type:"number"='number'
properties.props.properties.style.properties.top
readonlyproperties.props.properties.style.properties.top:object
properties.props.properties.style.properties.top.type
readonlyproperties.props.properties.style.properties.top.type:"number"='number'
properties.props.properties.style.properties.width
readonlyproperties.props.properties.style.properties.width:object=nonNegativeNumber
properties.props.properties.style.properties.width.minimum
readonlyproperties.props.properties.style.properties.width.minimum:0=0
properties.props.properties.style.properties.width.type
readonlyproperties.props.properties.style.properties.width.type:"number"='number'
properties.props.properties.style.type
readonlyproperties.props.properties.style.type:"object"='object'
properties.props.type
readonlyproperties.props.type:"object"='object'
properties.type
readonlyproperties.type:object
properties.type.const
readonlyproperties.type.const:"Box"='Box'
properties.type.type
readonlyproperties.type.type:"string"='string'
required
readonlyrequired: readonly ["type","props"]
type
readonlytype:"object"='object'
didSignType
constdidSignType:object
Type declaration
const
readonlyconst:"tairu:did/sign"='tairu:did/sign'
type
readonlytype:"string"='string'
didSubmitType
constdidSubmitType:object
Type declaration
const
readonlyconst:"tairu:did/submit"='tairu:did/submit'
type
readonlytype:"string"='string'
elementTypeV0
constelementTypeV0:object
Type declaration
enum
readonlyenum: readonly ["Box","Image","Text"]
type
readonlytype:"string"='string'
elementV0
constelementV0:object
Type declaration
additionalProperties
readonlyadditionalProperties:false=false
properties
readonlyproperties:object
properties.props
readonlyproperties.props:object
properties.props.type
readonlyproperties.props.type:"object"='object'
properties.type
readonlyproperties.type:object=elementTypeV0
properties.type.enum
readonlyproperties.type.enum: readonly ["Box","Image","Text"]
properties.type.type
readonlyproperties.type.type:"string"='string'
required
readonlyrequired: readonly ["type","props"]
type
readonlytype:"object"='object'
handlerFormatV0
consthandlerFormatV0:object
Type declaration
enum
readonlyenum: readonly ["html","html-embed","json","svg"]
type
readonlytype:"string"='string'
handlerQueryParamsV0
consthandlerQueryParamsV0:object
Type declaration
additionalProperties
readonlyadditionalProperties:true=true
properties
readonlyproperties:object
properties.tile-format
readonlyproperties.tile-format:object=handlerFormatV0
properties.tile-format.enum
readonlyproperties.tile-format.enum: readonly ["html","html-embed","json","svg"]
properties.tile-format.type
readonlyproperties.tile-format.type:"string"='string'
type
readonlytype:"object"='object'
imagePropsV0
constimagePropsV0:object
Type declaration
properties
readonlyproperties:object
properties.alt
readonlyproperties.alt:object
properties.alt.type
readonlyproperties.alt.type:"string"='string'
properties.height
readonlyproperties.height:object=nonNegativeNumber
properties.height.minimum
readonlyproperties.height.minimum:0=0
properties.height.type
readonlyproperties.height.type:"number"='number'
properties.key
readonlyproperties.key:object
properties.key.type
readonlyproperties.key.type:"string"='string'
properties.src
readonlyproperties.src:object
properties.src.type
readonlyproperties.src.type:"string"='string'
properties.width
readonlyproperties.width:object=nonNegativeNumber
properties.width.minimum
readonlyproperties.width.minimum:0=0
properties.width.type
readonlyproperties.width.type:"number"='number'
required
readonlyrequired: readonly ["src","alt","height","width"]
type
readonlytype:"object"='object'
imageV0
constimageV0:object
Type declaration
additionalProperties
readonlyadditionalProperties:false=false
properties
readonlyproperties:object
properties.props
readonlyproperties.props:object=imagePropsV0
properties.props.properties
readonlyproperties.props.properties:object
properties.props.properties.alt
readonlyproperties.props.properties.alt:object
properties.props.properties.alt.type
readonlyproperties.props.properties.alt.type:"string"='string'
properties.props.properties.height
readonlyproperties.props.properties.height:object=nonNegativeNumber
properties.props.properties.height.minimum
readonlyproperties.props.properties.height.minimum:0=0
properties.props.properties.height.type
readonlyproperties.props.properties.height.type:"number"='number'
properties.props.properties.key
readonlyproperties.props.properties.key:object
properties.props.properties.key.type
readonlyproperties.props.properties.key.type:"string"='string'
properties.props.properties.src
readonlyproperties.props.properties.src:object
properties.props.properties.src.type
readonlyproperties.props.properties.src.type:"string"='string'
properties.props.properties.width
readonlyproperties.props.properties.width:object=nonNegativeNumber
properties.props.properties.width.minimum
readonlyproperties.props.properties.width.minimum:0=0
properties.props.properties.width.type
readonlyproperties.props.properties.width.type:"number"='number'
properties.props.required
readonlyproperties.props.required: readonly ["src","alt","height","width"]
properties.props.type
readonlyproperties.props.type:"object"='object'
properties.type
readonlyproperties.type:object
properties.type.const
readonlyproperties.type.const:"Image"='Image'
properties.type.type
readonlyproperties.type.type:"string"='string'
required
readonlyrequired: readonly ["type","props"]
type
readonlytype:"object"='object'
inputOptionV0
constinputOptionV0:object
Type declaration
additionalProperties
readonlyadditionalProperties:false=false
properties
readonlyproperties:object
properties.label
readonlyproperties.label:object
properties.label.type
readonlyproperties.label.type:"string"='string'
properties.value
readonlyproperties.value:object=optionValueV0
properties.value.anyOf
readonlyproperties.value.anyOf: readonly [object,object,object]
required
readonlyrequired: readonly ["label","value"]
type
readonlytype:"object"='object'
inputV0
constinputV0:object
Type declaration
anyOf
readonlyanyOf: readonly [object,object]
openActionV0
constopenActionV0:object
Type declaration
additionalProperties
readonlyadditionalProperties:false=false
properties
readonlyproperties:object
properties.label
readonlyproperties.label:object
properties.label.type
readonlyproperties.label.type:"string"='string'
properties.type
readonlyproperties.type:object=uriOpenActionType
properties.type.const
readonlyproperties.type.const:"tairu:uri/open"='tairu:uri/open'
properties.type.type
readonlyproperties.type.type:"string"='string'
properties.uri
readonlyproperties.uri:object
properties.uri.type
readonlyproperties.uri.type:"string"='string'
required
readonlyrequired: readonly ["type","label","uri"]
type
readonlytype:"object"='object'
optionsInputV0
constoptionsInputV0:object
Type declaration
additionalProperties
readonlyadditionalProperties:false=false
properties
readonlyproperties:object
properties.multiple
readonlyproperties.multiple:object
properties.multiple.type
readonlyproperties.multiple.type:"boolean"='boolean'
properties.options
readonlyproperties.options:object
properties.options.items
readonlyproperties.options.items:object=inputOptionV0
properties.options.items.additionalProperties
readonlyproperties.options.items.additionalProperties:false=false
properties.options.items.properties
readonlyproperties.options.items.properties:object
properties.options.items.properties.label
readonlyproperties.options.items.properties.label:object
properties.options.items.properties.label.type
readonlyproperties.options.items.properties.label.type:"string"='string'
properties.options.items.properties.value
readonlyproperties.options.items.properties.value:object=optionValueV0
properties.options.items.properties.value.anyOf
readonlyproperties.options.items.properties.value.anyOf: readonly [object,object,object]
properties.options.items.required
readonlyproperties.options.items.required: readonly ["label","value"]
properties.options.items.type
readonlyproperties.options.items.type:"object"='object'
properties.options.minItems
readonlyproperties.options.minItems:1=1
properties.options.type
readonlyproperties.options.type:"array"='array'
properties.type
readonlyproperties.type:object
properties.type.const
readonlyproperties.type.const:"options"='options'
properties.type.type
readonlyproperties.type.type:"string"='string'
required
readonlyrequired: readonly ["type","options"]
type
readonlytype:"object"='object'
optionValueV0
constoptionValueV0:object
Type declaration
anyOf
readonlyanyOf: readonly [object,object,object]
postActionV0
constpostActionV0:object
Type declaration
anyOf
readonlyanyOf: readonly [object,object]
signActionV0
constsignActionV0:object
Type declaration
additionalProperties
readonlyadditionalProperties:false=false
properties
readonlyproperties:object
properties.label
readonlyproperties.label:object
properties.label.type
readonlyproperties.label.type:"string"='string'
properties.payload
readonlyproperties.payload:object
properties.payload.type
readonlyproperties.payload.type:"object"='object'
properties.state
readonlyproperties.state:object
properties.state.type
readonlyproperties.state.type:"object"='object'
properties.type
readonlyproperties.type:object=didSignType
properties.type.const
readonlyproperties.type.const:"tairu:did/sign"='tairu:did/sign'
properties.type.type
readonlyproperties.type.type:"string"='string'
required
readonlyrequired: readonly ["type","label"]
type
readonlytype:"object"='object'
signedActionV0
constsignedActionV0:object
Type declaration
additionalProperties
readonlyadditionalProperties:false=false
properties
readonlyproperties:object
properties.jwt
readonlyproperties.jwt:object
properties.jwt.type
readonlyproperties.jwt.type:"string"='string'
properties.state
readonlyproperties.state:object
properties.state.type
readonlyproperties.state.type:"object"='object'
properties.type
readonlyproperties.type:object=didSignType
properties.type.const
readonlyproperties.type.const:"tairu:did/sign"='tairu:did/sign'
properties.type.type
readonlyproperties.type.type:"string"='string'
required
readonlyrequired: readonly ["type","jwt"]
type
readonlytype:"object"='object'
submitActionV0
constsubmitActionV0:object
Type declaration
additionalProperties
readonlyadditionalProperties:false=false
properties
readonlyproperties:object
properties.label
readonlyproperties.label:object
properties.label.type
readonlyproperties.label.type:"string"='string'
properties.state
readonlyproperties.state:object
properties.state.type
readonlyproperties.state.type:"object"='object'
properties.type
readonlyproperties.type:object=didSubmitType
properties.type.const
readonlyproperties.type.const:"tairu:did/submit"='tairu:did/submit'
properties.type.type
readonlyproperties.type.type:"string"='string'
required
readonlyrequired: readonly ["type","label"]
type
readonlytype:"object"='object'
submittedActionV0
constsubmittedActionV0:object
Type declaration
additionalProperties
readonlyadditionalProperties:false=false
properties
readonlyproperties:object
properties.state
readonlyproperties.state:object
properties.state.type
readonlyproperties.state.type:"object"='object'
properties.type
readonlyproperties.type:object=didSubmitType
properties.type.const
readonlyproperties.type.const:"tairu:did/submit"='tairu:did/submit'
properties.type.type
readonlyproperties.type.type:"string"='string'
properties.value
readonlyproperties.value:object=submitValueV0
properties.value.anyOf
readonlyproperties.value.anyOf: readonly [object,object]
required
readonlyrequired: readonly ["type","value"]
type
readonlytype:"object"='object'
submitValueV0
constsubmitValueV0:object
Type declaration
anyOf
readonlyanyOf: readonly [object,object]
textChildrenV0
consttextChildrenV0:object
Type declaration
anyOf
readonlyanyOf: readonly [object,object]
textInputV0
consttextInputV0:object
Type declaration
additionalProperties
readonlyadditionalProperties:false=false
properties
readonlyproperties:object
properties.defaultValue
readonlyproperties.defaultValue:object
properties.defaultValue.type
readonlyproperties.defaultValue.type:"string"='string'
properties.label
readonlyproperties.label:object
properties.label.type
readonlyproperties.label.type:"string"='string'
properties.placeholder
readonlyproperties.placeholder:object
properties.placeholder.type
readonlyproperties.placeholder.type:"string"='string'
properties.secure
readonlyproperties.secure:object
properties.secure.type
readonlyproperties.secure.type:"boolean"='boolean'
properties.type
readonlyproperties.type:object
properties.type.const
readonlyproperties.type.const:"text"='text'
properties.type.type
readonlyproperties.type.type:"string"='string'
required
readonlyrequired: readonly ["type","label"]
type
readonlytype:"object"='object'
textNodeV0
consttextNodeV0:object
Type declaration
anyOf
readonlyanyOf: readonly [object,object]
textPropsV0
consttextPropsV0:object
Type declaration
additionalProperties
readonlyadditionalProperties:false=false
properties
readonlyproperties:object
properties.children
readonlyproperties.children:object=textChildrenV0
properties.children.anyOf
readonlyproperties.children.anyOf: readonly [object,object]
properties.key
readonlyproperties.key:object
properties.key.type
readonlyproperties.key.type:"string"='string'
properties.style
readonlyproperties.style:object=textStyleV0
properties.style.additionalProperties
readonlyproperties.style.additionalProperties:false=false
properties.style.properties
readonlyproperties.style.properties:object
properties.style.properties.color
readonlyproperties.style.properties.color:object
properties.style.properties.color.type
readonlyproperties.style.properties.color.type:"string"='string'
properties.style.properties.fontFamily
readonlyproperties.style.properties.fontFamily:object
properties.style.properties.fontFamily.type
readonlyproperties.style.properties.fontFamily.type:"string"='string'
properties.style.properties.fontSize
readonlyproperties.style.properties.fontSize:object=nonNegativeNumber
properties.style.properties.fontSize.minimum
readonlyproperties.style.properties.fontSize.minimum:0=0
properties.style.properties.fontSize.type
readonlyproperties.style.properties.fontSize.type:"number"='number'
properties.style.properties.fontStyle
readonlyproperties.style.properties.fontStyle:object
properties.style.properties.fontStyle.enum
readonlyproperties.style.properties.fontStyle.enum: readonly ["normal","italic"]
properties.style.properties.fontStyle.type
readonlyproperties.style.properties.fontStyle.type:"string"='string'
properties.style.properties.fontWeight
readonlyproperties.style.properties.fontWeight:object
properties.style.properties.fontWeight.enum
readonlyproperties.style.properties.fontWeight.enum: readonly ["normal","bold","100","200","300","400","500","600","700","800","900","ultralight","thin","light","medium","regular","semibold","condensedBold","condensed","heavy","black"]
properties.style.properties.fontWeight.type
readonlyproperties.style.properties.fontWeight.type:"string"='string'
properties.style.properties.letterSpacing
readonlyproperties.style.properties.letterSpacing:object=nonNegativeNumber
properties.style.properties.letterSpacing.minimum
readonlyproperties.style.properties.letterSpacing.minimum:0=0
properties.style.properties.letterSpacing.type
readonlyproperties.style.properties.letterSpacing.type:"number"='number'
properties.style.properties.lineHeight
readonlyproperties.style.properties.lineHeight:object=nonNegativeNumber
properties.style.properties.lineHeight.minimum
readonlyproperties.style.properties.lineHeight.minimum:0=0
properties.style.properties.lineHeight.type
readonlyproperties.style.properties.lineHeight.type:"number"='number'
properties.style.properties.textAlign
readonlyproperties.style.properties.textAlign:object
properties.style.properties.textAlign.enum
readonlyproperties.style.properties.textAlign.enum: readonly ["left","right","center","justify"]
properties.style.properties.textAlign.type
readonlyproperties.style.properties.textAlign.type:"string"='string'
properties.style.properties.textDecoration
readonlyproperties.style.properties.textDecoration:object
properties.style.properties.textDecoration.type
readonlyproperties.style.properties.textDecoration.type:"string"='string'
properties.style.properties.textOverflow
readonlyproperties.style.properties.textOverflow:object
properties.style.properties.textOverflow.enum
readonlyproperties.style.properties.textOverflow.enum: readonly ["clip","ellipsis"]
properties.style.properties.textOverflow.type
readonlyproperties.style.properties.textOverflow.type:"string"='string'
properties.style.properties.textShadow
readonlyproperties.style.properties.textShadow:object
properties.style.properties.textShadow.type
readonlyproperties.style.properties.textShadow.type:"string"='string'
properties.style.properties.textTransform
readonlyproperties.style.properties.textTransform:object
properties.style.properties.textTransform.enum
readonlyproperties.style.properties.textTransform.enum: readonly ["none","uppercase","lowercase","capitalize"]
properties.style.properties.textTransform.type
readonlyproperties.style.properties.textTransform.type:"string"='string'
properties.style.properties.textWrap
readonlyproperties.style.properties.textWrap:object
properties.style.properties.textWrap.enum
readonlyproperties.style.properties.textWrap.enum: readonly ["wrap","balance"]
properties.style.properties.textWrap.type
readonlyproperties.style.properties.textWrap.type:"string"='string'
properties.style.properties.whiteSpace
readonlyproperties.style.properties.whiteSpace:object
properties.style.properties.whiteSpace.enum
readonlyproperties.style.properties.whiteSpace.enum: readonly ["normal","pre","pre-wrap","pre-line","nowrap"]
properties.style.properties.whiteSpace.type
readonlyproperties.style.properties.whiteSpace.type:"string"='string'
properties.style.properties.wordBreak
readonlyproperties.style.properties.wordBreak:object
properties.style.properties.wordBreak.enum
readonlyproperties.style.properties.wordBreak.enum: readonly ["normal","break-all","break-word","keep-all"]
properties.style.properties.wordBreak.type
readonlyproperties.style.properties.wordBreak.type:"string"='string'
properties.style.type
readonlyproperties.style.type:"object"='object'
required
readonlyrequired: readonly ["children"]
type
readonlytype:"object"='object'
textStyleV0
consttextStyleV0:object
Type declaration
additionalProperties
readonlyadditionalProperties:false=false
properties
readonlyproperties:object
properties.color
readonlyproperties.color:object
properties.color.type
readonlyproperties.color.type:"string"='string'
properties.fontFamily
readonlyproperties.fontFamily:object
properties.fontFamily.type
readonlyproperties.fontFamily.type:"string"='string'
properties.fontSize
readonlyproperties.fontSize:object=nonNegativeNumber
properties.fontSize.minimum
readonlyproperties.fontSize.minimum:0=0
properties.fontSize.type
readonlyproperties.fontSize.type:"number"='number'
properties.fontStyle
readonlyproperties.fontStyle:object
properties.fontStyle.enum
readonlyproperties.fontStyle.enum: readonly ["normal","italic"]
properties.fontStyle.type
readonlyproperties.fontStyle.type:"string"='string'
properties.fontWeight
readonlyproperties.fontWeight:object
properties.fontWeight.enum
readonlyproperties.fontWeight.enum: readonly ["normal","bold","100","200","300","400","500","600","700","800","900","ultralight","thin","light","medium","regular","semibold","condensedBold","condensed","heavy","black"]
properties.fontWeight.type
readonlyproperties.fontWeight.type:"string"='string'
properties.letterSpacing
readonlyproperties.letterSpacing:object=nonNegativeNumber
properties.letterSpacing.minimum
readonlyproperties.letterSpacing.minimum:0=0
properties.letterSpacing.type
readonlyproperties.letterSpacing.type:"number"='number'
properties.lineHeight
readonlyproperties.lineHeight:object=nonNegativeNumber
properties.lineHeight.minimum
readonlyproperties.lineHeight.minimum:0=0
properties.lineHeight.type
readonlyproperties.lineHeight.type:"number"='number'
properties.textAlign
readonlyproperties.textAlign:object
properties.textAlign.enum
readonlyproperties.textAlign.enum: readonly ["left","right","center","justify"]
properties.textAlign.type
readonlyproperties.textAlign.type:"string"='string'
properties.textDecoration
readonlyproperties.textDecoration:object
properties.textDecoration.type
readonlyproperties.textDecoration.type:"string"='string'
properties.textOverflow
readonlyproperties.textOverflow:object
properties.textOverflow.enum
readonlyproperties.textOverflow.enum: readonly ["clip","ellipsis"]
properties.textOverflow.type
readonlyproperties.textOverflow.type:"string"='string'
properties.textShadow
readonlyproperties.textShadow:object
properties.textShadow.type
readonlyproperties.textShadow.type:"string"='string'
properties.textTransform
readonlyproperties.textTransform:object
properties.textTransform.enum
readonlyproperties.textTransform.enum: readonly ["none","uppercase","lowercase","capitalize"]
properties.textTransform.type
readonlyproperties.textTransform.type:"string"='string'
properties.textWrap
readonlyproperties.textWrap:object
properties.textWrap.enum
readonlyproperties.textWrap.enum: readonly ["wrap","balance"]
properties.textWrap.type
readonlyproperties.textWrap.type:"string"='string'
properties.whiteSpace
readonlyproperties.whiteSpace:object
properties.whiteSpace.enum
readonlyproperties.whiteSpace.enum: readonly ["normal","pre","pre-wrap","pre-line","nowrap"]
properties.whiteSpace.type
readonlyproperties.whiteSpace.type:"string"='string'
properties.wordBreak
readonlyproperties.wordBreak:object
properties.wordBreak.enum
readonlyproperties.wordBreak.enum: readonly ["normal","break-all","break-word","keep-all"]
properties.wordBreak.type
readonlyproperties.wordBreak.type:"string"='string'
type
readonlytype:"object"='object'
textV0
consttextV0:object
Type declaration
additionalProperties
readonlyadditionalProperties:false=false
properties
readonlyproperties:object
properties.props
readonlyproperties.props:object=textPropsV0
properties.props.additionalProperties
readonlyproperties.props.additionalProperties:false=false
properties.props.properties
readonlyproperties.props.properties:object
properties.props.properties.children
readonlyproperties.props.properties.children:object=textChildrenV0
properties.props.properties.children.anyOf
readonlyproperties.props.properties.children.anyOf: readonly [object,object]
properties.props.properties.key
readonlyproperties.props.properties.key:object
properties.props.properties.key.type
readonlyproperties.props.properties.key.type:"string"='string'
properties.props.properties.style
readonlyproperties.props.properties.style:object=textStyleV0
properties.props.properties.style.additionalProperties
readonlyproperties.props.properties.style.additionalProperties:false=false
properties.props.properties.style.properties
readonlyproperties.props.properties.style.properties:object
properties.props.properties.style.properties.color
readonlyproperties.props.properties.style.properties.color:object
properties.props.properties.style.properties.color.type
readonlyproperties.props.properties.style.properties.color.type:"string"='string'
properties.props.properties.style.properties.fontFamily
readonlyproperties.props.properties.style.properties.fontFamily:object
properties.props.properties.style.properties.fontFamily.type
readonlyproperties.props.properties.style.properties.fontFamily.type:"string"='string'
properties.props.properties.style.properties.fontSize
readonlyproperties.props.properties.style.properties.fontSize:object=nonNegativeNumber
properties.props.properties.style.properties.fontSize.minimum
readonlyproperties.props.properties.style.properties.fontSize.minimum:0=0
properties.props.properties.style.properties.fontSize.type
readonlyproperties.props.properties.style.properties.fontSize.type:"number"='number'
properties.props.properties.style.properties.fontStyle
readonlyproperties.props.properties.style.properties.fontStyle:object
properties.props.properties.style.properties.fontStyle.enum
readonlyproperties.props.properties.style.properties.fontStyle.enum: readonly ["normal","italic"]
properties.props.properties.style.properties.fontStyle.type
readonlyproperties.props.properties.style.properties.fontStyle.type:"string"='string'
properties.props.properties.style.properties.fontWeight
readonlyproperties.props.properties.style.properties.fontWeight:object
properties.props.properties.style.properties.fontWeight.enum
readonlyproperties.props.properties.style.properties.fontWeight.enum: readonly ["normal","bold","100","200","300","400","500","600","700","800","900","ultralight","thin","light","medium","regular","semibold","condensedBold","condensed","heavy","black"]
properties.props.properties.style.properties.fontWeight.type
readonlyproperties.props.properties.style.properties.fontWeight.type:"string"='string'
properties.props.properties.style.properties.letterSpacing
readonlyproperties.props.properties.style.properties.letterSpacing:object=nonNegativeNumber
properties.props.properties.style.properties.letterSpacing.minimum
readonlyproperties.props.properties.style.properties.letterSpacing.minimum:0=0
properties.props.properties.style.properties.letterSpacing.type
readonlyproperties.props.properties.style.properties.letterSpacing.type:"number"='number'
properties.props.properties.style.properties.lineHeight
readonlyproperties.props.properties.style.properties.lineHeight:object=nonNegativeNumber
properties.props.properties.style.properties.lineHeight.minimum
readonlyproperties.props.properties.style.properties.lineHeight.minimum:0=0
properties.props.properties.style.properties.lineHeight.type
readonlyproperties.props.properties.style.properties.lineHeight.type:"number"='number'
properties.props.properties.style.properties.textAlign
readonlyproperties.props.properties.style.properties.textAlign:object
properties.props.properties.style.properties.textAlign.enum
readonlyproperties.props.properties.style.properties.textAlign.enum: readonly ["left","right","center","justify"]
properties.props.properties.style.properties.textAlign.type
readonlyproperties.props.properties.style.properties.textAlign.type:"string"='string'
properties.props.properties.style.properties.textDecoration
readonlyproperties.props.properties.style.properties.textDecoration:object
properties.props.properties.style.properties.textDecoration.type
readonlyproperties.props.properties.style.properties.textDecoration.type:"string"='string'
properties.props.properties.style.properties.textOverflow
readonlyproperties.props.properties.style.properties.textOverflow:object
properties.props.properties.style.properties.textOverflow.enum
readonlyproperties.props.properties.style.properties.textOverflow.enum: readonly ["clip","ellipsis"]
properties.props.properties.style.properties.textOverflow.type
readonlyproperties.props.properties.style.properties.textOverflow.type:"string"='string'
properties.props.properties.style.properties.textShadow
readonlyproperties.props.properties.style.properties.textShadow:object
properties.props.properties.style.properties.textShadow.type
readonlyproperties.props.properties.style.properties.textShadow.type:"string"='string'
properties.props.properties.style.properties.textTransform
readonlyproperties.props.properties.style.properties.textTransform:object
properties.props.properties.style.properties.textTransform.enum
readonlyproperties.props.properties.style.properties.textTransform.enum: readonly ["none","uppercase","lowercase","capitalize"]
properties.props.properties.style.properties.textTransform.type
readonlyproperties.props.properties.style.properties.textTransform.type:"string"='string'
properties.props.properties.style.properties.textWrap
readonlyproperties.props.properties.style.properties.textWrap:object
properties.props.properties.style.properties.textWrap.enum
readonlyproperties.props.properties.style.properties.textWrap.enum: readonly ["wrap","balance"]
properties.props.properties.style.properties.textWrap.type
readonlyproperties.props.properties.style.properties.textWrap.type:"string"='string'
properties.props.properties.style.properties.whiteSpace
readonlyproperties.props.properties.style.properties.whiteSpace:object
properties.props.properties.style.properties.whiteSpace.enum
readonlyproperties.props.properties.style.properties.whiteSpace.enum: readonly ["normal","pre","pre-wrap","pre-line","nowrap"]
properties.props.properties.style.properties.whiteSpace.type
readonlyproperties.props.properties.style.properties.whiteSpace.type:"string"='string'
properties.props.properties.style.properties.wordBreak
readonlyproperties.props.properties.style.properties.wordBreak:object
properties.props.properties.style.properties.wordBreak.enum
readonlyproperties.props.properties.style.properties.wordBreak.enum: readonly ["normal","break-all","break-word","keep-all"]
properties.props.properties.style.properties.wordBreak.type
readonlyproperties.props.properties.style.properties.wordBreak.type:"string"='string'
properties.props.properties.style.type
readonlyproperties.props.properties.style.type:"object"='object'
properties.props.required
readonlyproperties.props.required: readonly ["children"]
properties.props.type
readonlyproperties.props.type:"object"='object'
properties.type
readonlyproperties.type:object
properties.type.const
readonlyproperties.type.const:"Text"='Text'
properties.type.type
readonlyproperties.type.type:"string"='string'
required
readonlyrequired: readonly ["type","props"]
type
readonlytype:"object"='object'
tile
consttile:object=tileV0
Type declaration
additionalProperties
readonlyadditionalProperties:false=false
properties
readonlyproperties:object
properties.props
readonlyproperties.props:object=tilePropsV0
properties.props.additionalProperties
readonlyproperties.props.additionalProperties:false=false
properties.props.properties
readonlyproperties.props.properties:object
properties.props.properties.actions
readonlyproperties.props.properties.actions:object
properties.props.properties.actions.items
readonlyproperties.props.properties.actions.items:object=actionV0
properties.props.properties.actions.items.anyOf
readonlyproperties.props.properties.actions.items.anyOf: readonly [object,object,object]
properties.props.properties.actions.type
readonlyproperties.props.properties.actions.type:"array"='array'
properties.props.properties.children
readonlyproperties.props.properties.children:object
properties.props.properties.children.items
readonlyproperties.props.properties.children.items:object=boxChildrenV0
properties.props.properties.children.items.anyOf
readonlyproperties.props.properties.children.items.anyOf: readonly [object,object]
properties.props.properties.children.type
readonlyproperties.props.properties.children.type:"array"='array'
properties.props.properties.description
readonlyproperties.props.properties.description:object
properties.props.properties.description.type
readonlyproperties.props.properties.description.type:"string"='string'
properties.props.properties.input
readonlyproperties.props.properties.input:object=inputV0
properties.props.properties.input.anyOf
readonlyproperties.props.properties.input.anyOf: readonly [object,object]
properties.props.properties.key
readonlyproperties.props.properties.key:object
properties.props.properties.key.type
readonlyproperties.props.properties.key.type:"string"='string'
properties.props.properties.style
readonlyproperties.props.properties.style:object=boxStyleV0
properties.props.properties.style.additionalProperties
readonlyproperties.props.properties.style.additionalProperties:false=false
properties.props.properties.style.properties
readonlyproperties.props.properties.style.properties:object
properties.props.properties.style.properties.alignItems
readonlyproperties.props.properties.style.properties.alignItems:object
properties.props.properties.style.properties.alignItems.enum
readonlyproperties.props.properties.style.properties.alignItems.enum: readonly ["flex-start","center","flex-end"]
properties.props.properties.style.properties.alignItems.type
readonlyproperties.props.properties.style.properties.alignItems.type:"string"='string'
properties.props.properties.style.properties.alignSelf
readonlyproperties.props.properties.style.properties.alignSelf:object
properties.props.properties.style.properties.alignSelf.enum
readonlyproperties.props.properties.style.properties.alignSelf.enum: readonly ["auto","flex-start","center","flex-end"]
properties.props.properties.style.properties.alignSelf.type
readonlyproperties.props.properties.style.properties.alignSelf.type:"string"='string'
properties.props.properties.style.properties.backgroundClip
readonlyproperties.props.properties.style.properties.backgroundClip:object
properties.props.properties.style.properties.backgroundClip.enum
readonlyproperties.props.properties.style.properties.backgroundClip.enum: readonly ["border-box","text"]
properties.props.properties.style.properties.backgroundClip.type
readonlyproperties.props.properties.style.properties.backgroundClip.type:"string"='string'
properties.props.properties.style.properties.backgroundColor
readonlyproperties.props.properties.style.properties.backgroundColor:object
properties.props.properties.style.properties.backgroundColor.type
readonlyproperties.props.properties.style.properties.backgroundColor.type:"string"='string'
properties.props.properties.style.properties.backgroundImage
readonlyproperties.props.properties.style.properties.backgroundImage:object
properties.props.properties.style.properties.backgroundImage.type
readonlyproperties.props.properties.style.properties.backgroundImage.type:"string"='string'
properties.props.properties.style.properties.backgroundPosition
readonlyproperties.props.properties.style.properties.backgroundPosition:object
properties.props.properties.style.properties.backgroundPosition.type
readonlyproperties.props.properties.style.properties.backgroundPosition.type:"string"='string'
properties.props.properties.style.properties.backgroundRepeat
readonlyproperties.props.properties.style.properties.backgroundRepeat:object
properties.props.properties.style.properties.backgroundRepeat.enum
readonlyproperties.props.properties.style.properties.backgroundRepeat.enum: readonly ["repeat","repeat-x","repeat-y","no-repeat"]
properties.props.properties.style.properties.backgroundRepeat.type
readonlyproperties.props.properties.style.properties.backgroundRepeat.type:"string"='string'
properties.props.properties.style.properties.backgroundSize
readonlyproperties.props.properties.style.properties.backgroundSize:object
properties.props.properties.style.properties.backgroundSize.type
readonlyproperties.props.properties.style.properties.backgroundSize.type:"string"='string'
properties.props.properties.style.properties.borderBottomColor
readonlyproperties.props.properties.style.properties.borderBottomColor:object
properties.props.properties.style.properties.borderBottomColor.type
readonlyproperties.props.properties.style.properties.borderBottomColor.type:"string"='string'
properties.props.properties.style.properties.borderBottomLeftRadius
readonlyproperties.props.properties.style.properties.borderBottomLeftRadius:object=nonNegativeNumber
properties.props.properties.style.properties.borderBottomLeftRadius.minimum
readonlyproperties.props.properties.style.properties.borderBottomLeftRadius.minimum:0=0
properties.props.properties.style.properties.borderBottomLeftRadius.type
readonlyproperties.props.properties.style.properties.borderBottomLeftRadius.type:"number"='number'
properties.props.properties.style.properties.borderBottomRightRadius
readonlyproperties.props.properties.style.properties.borderBottomRightRadius:object=nonNegativeNumber
properties.props.properties.style.properties.borderBottomRightRadius.minimum
readonlyproperties.props.properties.style.properties.borderBottomRightRadius.minimum:0=0
properties.props.properties.style.properties.borderBottomRightRadius.type
readonlyproperties.props.properties.style.properties.borderBottomRightRadius.type:"number"='number'
properties.props.properties.style.properties.borderBottomStyle
readonlyproperties.props.properties.style.properties.borderBottomStyle:object=borderStyle
properties.props.properties.style.properties.borderBottomStyle.enum
readonlyproperties.props.properties.style.properties.borderBottomStyle.enum: readonly ["solid","dashed"]
properties.props.properties.style.properties.borderBottomStyle.type
readonlyproperties.props.properties.style.properties.borderBottomStyle.type:"string"='string'
properties.props.properties.style.properties.borderBottomWidth
readonlyproperties.props.properties.style.properties.borderBottomWidth:object=nonNegativeNumber
properties.props.properties.style.properties.borderBottomWidth.minimum
readonlyproperties.props.properties.style.properties.borderBottomWidth.minimum:0=0
properties.props.properties.style.properties.borderBottomWidth.type
readonlyproperties.props.properties.style.properties.borderBottomWidth.type:"number"='number'
properties.props.properties.style.properties.borderColor
readonlyproperties.props.properties.style.properties.borderColor:object
properties.props.properties.style.properties.borderColor.type
readonlyproperties.props.properties.style.properties.borderColor.type:"string"='string'
properties.props.properties.style.properties.borderLeftColor
readonlyproperties.props.properties.style.properties.borderLeftColor:object
properties.props.properties.style.properties.borderLeftColor.type
readonlyproperties.props.properties.style.properties.borderLeftColor.type:"string"='string'
properties.props.properties.style.properties.borderLeftStyle
readonlyproperties.props.properties.style.properties.borderLeftStyle:object=borderStyle
properties.props.properties.style.properties.borderLeftStyle.enum
readonlyproperties.props.properties.style.properties.borderLeftStyle.enum: readonly ["solid","dashed"]
properties.props.properties.style.properties.borderLeftStyle.type
readonlyproperties.props.properties.style.properties.borderLeftStyle.type:"string"='string'
properties.props.properties.style.properties.borderLeftWidth
readonlyproperties.props.properties.style.properties.borderLeftWidth:object=nonNegativeNumber
properties.props.properties.style.properties.borderLeftWidth.minimum
readonlyproperties.props.properties.style.properties.borderLeftWidth.minimum:0=0
properties.props.properties.style.properties.borderLeftWidth.type
readonlyproperties.props.properties.style.properties.borderLeftWidth.type:"number"='number'
properties.props.properties.style.properties.borderRadius
readonlyproperties.props.properties.style.properties.borderRadius:object=nonNegativeNumber
properties.props.properties.style.properties.borderRadius.minimum
readonlyproperties.props.properties.style.properties.borderRadius.minimum:0=0
properties.props.properties.style.properties.borderRadius.type
readonlyproperties.props.properties.style.properties.borderRadius.type:"number"='number'
properties.props.properties.style.properties.borderRightColor
readonlyproperties.props.properties.style.properties.borderRightColor:object
properties.props.properties.style.properties.borderRightColor.type
readonlyproperties.props.properties.style.properties.borderRightColor.type:"string"='string'
properties.props.properties.style.properties.borderRightStyle
readonlyproperties.props.properties.style.properties.borderRightStyle:object=borderStyle
properties.props.properties.style.properties.borderRightStyle.enum
readonlyproperties.props.properties.style.properties.borderRightStyle.enum: readonly ["solid","dashed"]
properties.props.properties.style.properties.borderRightStyle.type
readonlyproperties.props.properties.style.properties.borderRightStyle.type:"string"='string'
properties.props.properties.style.properties.borderRightWidth
readonlyproperties.props.properties.style.properties.borderRightWidth:object=nonNegativeNumber
properties.props.properties.style.properties.borderRightWidth.minimum
readonlyproperties.props.properties.style.properties.borderRightWidth.minimum:0=0
properties.props.properties.style.properties.borderRightWidth.type
readonlyproperties.props.properties.style.properties.borderRightWidth.type:"number"='number'
properties.props.properties.style.properties.borderStyle
readonlyproperties.props.properties.style.properties.borderStyle:object=borderStyle
properties.props.properties.style.properties.borderStyle.enum
readonlyproperties.props.properties.style.properties.borderStyle.enum: readonly ["solid","dashed"]
properties.props.properties.style.properties.borderStyle.type
readonlyproperties.props.properties.style.properties.borderStyle.type:"string"='string'
properties.props.properties.style.properties.borderTopColor
readonlyproperties.props.properties.style.properties.borderTopColor:object
properties.props.properties.style.properties.borderTopColor.type
readonlyproperties.props.properties.style.properties.borderTopColor.type:"string"='string'
properties.props.properties.style.properties.borderTopLeftRadius
readonlyproperties.props.properties.style.properties.borderTopLeftRadius:object=nonNegativeNumber
properties.props.properties.style.properties.borderTopLeftRadius.minimum
readonlyproperties.props.properties.style.properties.borderTopLeftRadius.minimum:0=0
properties.props.properties.style.properties.borderTopLeftRadius.type
readonlyproperties.props.properties.style.properties.borderTopLeftRadius.type:"number"='number'
properties.props.properties.style.properties.borderTopRightRadius
readonlyproperties.props.properties.style.properties.borderTopRightRadius:object=nonNegativeNumber
properties.props.properties.style.properties.borderTopRightRadius.minimum
readonlyproperties.props.properties.style.properties.borderTopRightRadius.minimum:0=0
properties.props.properties.style.properties.borderTopRightRadius.type
readonlyproperties.props.properties.style.properties.borderTopRightRadius.type:"number"='number'
properties.props.properties.style.properties.borderTopStyle
readonlyproperties.props.properties.style.properties.borderTopStyle:object=borderStyle
properties.props.properties.style.properties.borderTopStyle.enum
readonlyproperties.props.properties.style.properties.borderTopStyle.enum: readonly ["solid","dashed"]
properties.props.properties.style.properties.borderTopStyle.type
readonlyproperties.props.properties.style.properties.borderTopStyle.type:"string"='string'
properties.props.properties.style.properties.borderTopWidth
readonlyproperties.props.properties.style.properties.borderTopWidth:object=nonNegativeNumber
properties.props.properties.style.properties.borderTopWidth.minimum
readonlyproperties.props.properties.style.properties.borderTopWidth.minimum:0=0
properties.props.properties.style.properties.borderTopWidth.type
readonlyproperties.props.properties.style.properties.borderTopWidth.type:"number"='number'
properties.props.properties.style.properties.borderWidth
readonlyproperties.props.properties.style.properties.borderWidth:object=nonNegativeNumber
properties.props.properties.style.properties.borderWidth.minimum
readonlyproperties.props.properties.style.properties.borderWidth.minimum:0=0
properties.props.properties.style.properties.borderWidth.type
readonlyproperties.props.properties.style.properties.borderWidth.type:"number"='number'
properties.props.properties.style.properties.bottom
readonlyproperties.props.properties.style.properties.bottom:object
properties.props.properties.style.properties.bottom.type
readonlyproperties.props.properties.style.properties.bottom.type:"number"='number'
properties.props.properties.style.properties.boxShadow
readonlyproperties.props.properties.style.properties.boxShadow:object
properties.props.properties.style.properties.boxShadow.type
readonlyproperties.props.properties.style.properties.boxShadow.type:"string"='string'
properties.props.properties.style.properties.display
readonlyproperties.props.properties.style.properties.display:object
properties.props.properties.style.properties.display.enum
readonlyproperties.props.properties.style.properties.display.enum: readonly ["flex","none"]
properties.props.properties.style.properties.display.type
readonlyproperties.props.properties.style.properties.display.type:"string"='string'
properties.props.properties.style.properties.flexBasis
readonlyproperties.props.properties.style.properties.flexBasis:object=nonNegativeNumber
properties.props.properties.style.properties.flexBasis.minimum
readonlyproperties.props.properties.style.properties.flexBasis.minimum:0=0
properties.props.properties.style.properties.flexBasis.type
readonlyproperties.props.properties.style.properties.flexBasis.type:"number"='number'
properties.props.properties.style.properties.flexDirection
readonlyproperties.props.properties.style.properties.flexDirection:object
properties.props.properties.style.properties.flexDirection.enum
readonlyproperties.props.properties.style.properties.flexDirection.enum: readonly ["row","row-reverse","column","column-reverse"]
properties.props.properties.style.properties.flexDirection.type
readonlyproperties.props.properties.style.properties.flexDirection.type:"string"='string'
properties.props.properties.style.properties.flexGrow
readonlyproperties.props.properties.style.properties.flexGrow:object=nonNegativeNumber
properties.props.properties.style.properties.flexGrow.minimum
readonlyproperties.props.properties.style.properties.flexGrow.minimum:0=0
properties.props.properties.style.properties.flexGrow.type
readonlyproperties.props.properties.style.properties.flexGrow.type:"number"='number'
properties.props.properties.style.properties.flexShrink
readonlyproperties.props.properties.style.properties.flexShrink:object=nonNegativeNumber
properties.props.properties.style.properties.flexShrink.minimum
readonlyproperties.props.properties.style.properties.flexShrink.minimum:0=0
properties.props.properties.style.properties.flexShrink.type
readonlyproperties.props.properties.style.properties.flexShrink.type:"number"='number'
properties.props.properties.style.properties.flexWrap
readonlyproperties.props.properties.style.properties.flexWrap:object
properties.props.properties.style.properties.flexWrap.enum
readonlyproperties.props.properties.style.properties.flexWrap.enum: readonly ["nowrap","wrap","wrap-reverse"]
properties.props.properties.style.properties.flexWrap.type
readonlyproperties.props.properties.style.properties.flexWrap.type:"string"='string'
properties.props.properties.style.properties.gap
readonlyproperties.props.properties.style.properties.gap:object=nonNegativeNumber
properties.props.properties.style.properties.gap.minimum
readonlyproperties.props.properties.style.properties.gap.minimum:0=0
properties.props.properties.style.properties.gap.type
readonlyproperties.props.properties.style.properties.gap.type:"number"='number'
properties.props.properties.style.properties.height
readonlyproperties.props.properties.style.properties.height:object=nonNegativeNumber
properties.props.properties.style.properties.height.minimum
readonlyproperties.props.properties.style.properties.height.minimum:0=0
properties.props.properties.style.properties.height.type
readonlyproperties.props.properties.style.properties.height.type:"number"='number'
properties.props.properties.style.properties.justifyContent
readonlyproperties.props.properties.style.properties.justifyContent:object
properties.props.properties.style.properties.justifyContent.enum
readonlyproperties.props.properties.style.properties.justifyContent.enum: readonly ["flex-start","center","flex-end","space-between","space-around"]
properties.props.properties.style.properties.justifyContent.type
readonlyproperties.props.properties.style.properties.justifyContent.type:"string"='string'
properties.props.properties.style.properties.left
readonlyproperties.props.properties.style.properties.left:object
properties.props.properties.style.properties.left.type
readonlyproperties.props.properties.style.properties.left.type:"number"='number'
properties.props.properties.style.properties.margin
readonlyproperties.props.properties.style.properties.margin:object
properties.props.properties.style.properties.margin.type
readonlyproperties.props.properties.style.properties.margin.type:"number"='number'
properties.props.properties.style.properties.marginBottom
readonlyproperties.props.properties.style.properties.marginBottom:object
properties.props.properties.style.properties.marginBottom.type
readonlyproperties.props.properties.style.properties.marginBottom.type:"number"='number'
properties.props.properties.style.properties.marginLeft
readonlyproperties.props.properties.style.properties.marginLeft:object
properties.props.properties.style.properties.marginLeft.type
readonlyproperties.props.properties.style.properties.marginLeft.type:"number"='number'
properties.props.properties.style.properties.marginRight
readonlyproperties.props.properties.style.properties.marginRight:object
properties.props.properties.style.properties.marginRight.type
readonlyproperties.props.properties.style.properties.marginRight.type:"number"='number'
properties.props.properties.style.properties.marginTop
readonlyproperties.props.properties.style.properties.marginTop:object
properties.props.properties.style.properties.marginTop.type
readonlyproperties.props.properties.style.properties.marginTop.type:"number"='number'
properties.props.properties.style.properties.maxHeight
readonlyproperties.props.properties.style.properties.maxHeight:object=nonNegativeNumber
properties.props.properties.style.properties.maxHeight.minimum
readonlyproperties.props.properties.style.properties.maxHeight.minimum:0=0
properties.props.properties.style.properties.maxHeight.type
readonlyproperties.props.properties.style.properties.maxHeight.type:"number"='number'
properties.props.properties.style.properties.maxWidth
readonlyproperties.props.properties.style.properties.maxWidth:object=nonNegativeNumber
properties.props.properties.style.properties.maxWidth.minimum
readonlyproperties.props.properties.style.properties.maxWidth.minimum:0=0
properties.props.properties.style.properties.maxWidth.type
readonlyproperties.props.properties.style.properties.maxWidth.type:"number"='number'
properties.props.properties.style.properties.minHeight
readonlyproperties.props.properties.style.properties.minHeight:object=nonNegativeNumber
properties.props.properties.style.properties.minHeight.minimum
readonlyproperties.props.properties.style.properties.minHeight.minimum:0=0
properties.props.properties.style.properties.minHeight.type
readonlyproperties.props.properties.style.properties.minHeight.type:"number"='number'
properties.props.properties.style.properties.minWidth
readonlyproperties.props.properties.style.properties.minWidth:object=nonNegativeNumber
properties.props.properties.style.properties.minWidth.minimum
readonlyproperties.props.properties.style.properties.minWidth.minimum:0=0
properties.props.properties.style.properties.minWidth.type
readonlyproperties.props.properties.style.properties.minWidth.type:"number"='number'
properties.props.properties.style.properties.objectFit
readonlyproperties.props.properties.style.properties.objectFit:object
properties.props.properties.style.properties.objectFit.enum
readonlyproperties.props.properties.style.properties.objectFit.enum: readonly ["none","contain","cover"]
properties.props.properties.style.properties.objectFit.type
readonlyproperties.props.properties.style.properties.objectFit.type:"string"='string'
properties.props.properties.style.properties.opacity
readonlyproperties.props.properties.style.properties.opacity:object=nonNegativeNumber
properties.props.properties.style.properties.opacity.minimum
readonlyproperties.props.properties.style.properties.opacity.minimum:0=0
properties.props.properties.style.properties.opacity.type
readonlyproperties.props.properties.style.properties.opacity.type:"number"='number'
properties.props.properties.style.properties.overflow
readonlyproperties.props.properties.style.properties.overflow:object
properties.props.properties.style.properties.overflow.enum
readonlyproperties.props.properties.style.properties.overflow.enum: readonly ["visible","hidden"]
properties.props.properties.style.properties.overflow.type
readonlyproperties.props.properties.style.properties.overflow.type:"string"='string'
properties.props.properties.style.properties.padding
readonlyproperties.props.properties.style.properties.padding:object=nonNegativeNumber
properties.props.properties.style.properties.padding.minimum
readonlyproperties.props.properties.style.properties.padding.minimum:0=0
properties.props.properties.style.properties.padding.type
readonlyproperties.props.properties.style.properties.padding.type:"number"='number'
properties.props.properties.style.properties.paddingBottom
readonlyproperties.props.properties.style.properties.paddingBottom:object=nonNegativeNumber
properties.props.properties.style.properties.paddingBottom.minimum
readonlyproperties.props.properties.style.properties.paddingBottom.minimum:0=0
properties.props.properties.style.properties.paddingBottom.type
readonlyproperties.props.properties.style.properties.paddingBottom.type:"number"='number'
properties.props.properties.style.properties.paddingLeft
readonlyproperties.props.properties.style.properties.paddingLeft:object=nonNegativeNumber
properties.props.properties.style.properties.paddingLeft.minimum
readonlyproperties.props.properties.style.properties.paddingLeft.minimum:0=0
properties.props.properties.style.properties.paddingLeft.type
readonlyproperties.props.properties.style.properties.paddingLeft.type:"number"='number'
properties.props.properties.style.properties.paddingRight
readonlyproperties.props.properties.style.properties.paddingRight:object=nonNegativeNumber
properties.props.properties.style.properties.paddingRight.minimum
readonlyproperties.props.properties.style.properties.paddingRight.minimum:0=0
properties.props.properties.style.properties.paddingRight.type
readonlyproperties.props.properties.style.properties.paddingRight.type:"number"='number'
properties.props.properties.style.properties.paddingTop
readonlyproperties.props.properties.style.properties.paddingTop:object=nonNegativeNumber
properties.props.properties.style.properties.paddingTop.minimum
readonlyproperties.props.properties.style.properties.paddingTop.minimum:0=0
properties.props.properties.style.properties.paddingTop.type
readonlyproperties.props.properties.style.properties.paddingTop.type:"number"='number'
properties.props.properties.style.properties.position
readonlyproperties.props.properties.style.properties.position:object
properties.props.properties.style.properties.position.enum
readonlyproperties.props.properties.style.properties.position.enum: readonly ["relative","absolute"]
properties.props.properties.style.properties.position.type
readonlyproperties.props.properties.style.properties.position.type:"string"='string'
properties.props.properties.style.properties.right
readonlyproperties.props.properties.style.properties.right:object
properties.props.properties.style.properties.right.type
readonlyproperties.props.properties.style.properties.right.type:"number"='number'
properties.props.properties.style.properties.top
readonlyproperties.props.properties.style.properties.top:object
properties.props.properties.style.properties.top.type
readonlyproperties.props.properties.style.properties.top.type:"number"='number'
properties.props.properties.style.properties.width
readonlyproperties.props.properties.style.properties.width:object=nonNegativeNumber
properties.props.properties.style.properties.width.minimum
readonlyproperties.props.properties.style.properties.width.minimum:0=0
properties.props.properties.style.properties.width.type
readonlyproperties.props.properties.style.properties.width.type:"number"='number'
properties.props.properties.style.type
readonlyproperties.props.properties.style.type:"object"='object'
properties.props.properties.title
readonlyproperties.props.properties.title:object
properties.props.properties.title.type
readonlyproperties.props.properties.title.type:"string"='string'
properties.props.required
readonlyproperties.props.required: readonly ["title"]
properties.props.type
readonlyproperties.props.type:"object"='object'
properties.type
readonlyproperties.type:object
properties.type.const
readonlyproperties.type.const:"Tile"='Tile'
properties.type.type
readonlyproperties.type.type:"string"='string'
properties.version
readonlyproperties.version:object
properties.version.enum
readonlyproperties.version.enum: readonly ["0.1"]
properties.version.type
readonlyproperties.version.type:"string"='string'
required
readonlyrequired: readonly ["type","version","props"]
type
readonlytype:"object"='object'
tileInteractiveV0
consttileInteractiveV0:object
Type declaration
additionalProperties
readonlyadditionalProperties:false=false
properties
readonlyproperties:object
properties.actions
readonlyproperties.actions:object
properties.actions.items
readonlyproperties.actions.items:object=actionV0
properties.actions.items.anyOf
readonlyproperties.actions.items.anyOf: readonly [object,object,object]
properties.actions.type
readonlyproperties.actions.type:"array"='array'
properties.input
readonlyproperties.input:object=inputV0
properties.input.anyOf
readonlyproperties.input.anyOf: readonly [object,object]
type
readonlytype:"object"='object'
tileMetaV0
consttileMetaV0:object
Type declaration
additionalProperties
readonlyadditionalProperties:false=false
properties
readonlyproperties:object
properties.description
readonlyproperties.description:object
properties.description.type
readonlyproperties.description.type:"string"='string'
properties.title
readonlyproperties.title:object
properties.title.type
readonlyproperties.title.type:"string"='string'
required
readonlyrequired: readonly ["title"]
type
readonlytype:"object"='object'
tilePropsV0
consttilePropsV0:object
Type declaration
additionalProperties
readonlyadditionalProperties:false=false
properties
readonlyproperties:object
properties.actions
readonlyproperties.actions:object
properties.actions.items
readonlyproperties.actions.items:object=actionV0
properties.actions.items.anyOf
readonlyproperties.actions.items.anyOf: readonly [object,object,object]
properties.actions.type
readonlyproperties.actions.type:"array"='array'
properties.children
readonlyproperties.children:object
properties.children.items
readonlyproperties.children.items:object=boxChildrenV0
properties.children.items.anyOf
readonlyproperties.children.items.anyOf: readonly [object,object]
properties.children.type
readonlyproperties.children.type:"array"='array'
properties.description
readonlyproperties.description:object
properties.description.type
readonlyproperties.description.type:"string"='string'
properties.input
readonlyproperties.input:object=inputV0
properties.input.anyOf
readonlyproperties.input.anyOf: readonly [object,object]
properties.key
readonlyproperties.key:object
properties.key.type
readonlyproperties.key.type:"string"='string'
properties.style
readonlyproperties.style:object=boxStyleV0
properties.style.additionalProperties
readonlyproperties.style.additionalProperties:false=false
properties.style.properties
readonlyproperties.style.properties:object
properties.style.properties.alignItems
readonlyproperties.style.properties.alignItems:object
properties.style.properties.alignItems.enum
readonlyproperties.style.properties.alignItems.enum: readonly ["flex-start","center","flex-end"]
properties.style.properties.alignItems.type
readonlyproperties.style.properties.alignItems.type:"string"='string'
properties.style.properties.alignSelf
readonlyproperties.style.properties.alignSelf:object
properties.style.properties.alignSelf.enum
readonlyproperties.style.properties.alignSelf.enum: readonly ["auto","flex-start","center","flex-end"]
properties.style.properties.alignSelf.type
readonlyproperties.style.properties.alignSelf.type:"string"='string'
properties.style.properties.backgroundClip
readonlyproperties.style.properties.backgroundClip:object
properties.style.properties.backgroundClip.enum
readonlyproperties.style.properties.backgroundClip.enum: readonly ["border-box","text"]
properties.style.properties.backgroundClip.type
readonlyproperties.style.properties.backgroundClip.type:"string"='string'
properties.style.properties.backgroundColor
readonlyproperties.style.properties.backgroundColor:object
properties.style.properties.backgroundColor.type
readonlyproperties.style.properties.backgroundColor.type:"string"='string'
properties.style.properties.backgroundImage
readonlyproperties.style.properties.backgroundImage:object
properties.style.properties.backgroundImage.type
readonlyproperties.style.properties.backgroundImage.type:"string"='string'
properties.style.properties.backgroundPosition
readonlyproperties.style.properties.backgroundPosition:object
properties.style.properties.backgroundPosition.type
readonlyproperties.style.properties.backgroundPosition.type:"string"='string'
properties.style.properties.backgroundRepeat
readonlyproperties.style.properties.backgroundRepeat:object
properties.style.properties.backgroundRepeat.enum
readonlyproperties.style.properties.backgroundRepeat.enum: readonly ["repeat","repeat-x","repeat-y","no-repeat"]
properties.style.properties.backgroundRepeat.type
readonlyproperties.style.properties.backgroundRepeat.type:"string"='string'
properties.style.properties.backgroundSize
readonlyproperties.style.properties.backgroundSize:object
properties.style.properties.backgroundSize.type
readonlyproperties.style.properties.backgroundSize.type:"string"='string'
properties.style.properties.borderBottomColor
readonlyproperties.style.properties.borderBottomColor:object
properties.style.properties.borderBottomColor.type
readonlyproperties.style.properties.borderBottomColor.type:"string"='string'
properties.style.properties.borderBottomLeftRadius
readonlyproperties.style.properties.borderBottomLeftRadius:object=nonNegativeNumber
properties.style.properties.borderBottomLeftRadius.minimum
readonlyproperties.style.properties.borderBottomLeftRadius.minimum:0=0
properties.style.properties.borderBottomLeftRadius.type
readonlyproperties.style.properties.borderBottomLeftRadius.type:"number"='number'
properties.style.properties.borderBottomRightRadius
readonlyproperties.style.properties.borderBottomRightRadius:object=nonNegativeNumber
properties.style.properties.borderBottomRightRadius.minimum
readonlyproperties.style.properties.borderBottomRightRadius.minimum:0=0
properties.style.properties.borderBottomRightRadius.type
readonlyproperties.style.properties.borderBottomRightRadius.type:"number"='number'
properties.style.properties.borderBottomStyle
readonlyproperties.style.properties.borderBottomStyle:object=borderStyle
properties.style.properties.borderBottomStyle.enum
readonlyproperties.style.properties.borderBottomStyle.enum: readonly ["solid","dashed"]
properties.style.properties.borderBottomStyle.type
readonlyproperties.style.properties.borderBottomStyle.type:"string"='string'
properties.style.properties.borderBottomWidth
readonlyproperties.style.properties.borderBottomWidth:object=nonNegativeNumber
properties.style.properties.borderBottomWidth.minimum
readonlyproperties.style.properties.borderBottomWidth.minimum:0=0
properties.style.properties.borderBottomWidth.type
readonlyproperties.style.properties.borderBottomWidth.type:"number"='number'
properties.style.properties.borderColor
readonlyproperties.style.properties.borderColor:object
properties.style.properties.borderColor.type
readonlyproperties.style.properties.borderColor.type:"string"='string'
properties.style.properties.borderLeftColor
readonlyproperties.style.properties.borderLeftColor:object
properties.style.properties.borderLeftColor.type
readonlyproperties.style.properties.borderLeftColor.type:"string"='string'
properties.style.properties.borderLeftStyle
readonlyproperties.style.properties.borderLeftStyle:object=borderStyle
properties.style.properties.borderLeftStyle.enum
readonlyproperties.style.properties.borderLeftStyle.enum: readonly ["solid","dashed"]
properties.style.properties.borderLeftStyle.type
readonlyproperties.style.properties.borderLeftStyle.type:"string"='string'
properties.style.properties.borderLeftWidth
readonlyproperties.style.properties.borderLeftWidth:object=nonNegativeNumber
properties.style.properties.borderLeftWidth.minimum
readonlyproperties.style.properties.borderLeftWidth.minimum:0=0
properties.style.properties.borderLeftWidth.type
readonlyproperties.style.properties.borderLeftWidth.type:"number"='number'
properties.style.properties.borderRadius
readonlyproperties.style.properties.borderRadius:object=nonNegativeNumber
properties.style.properties.borderRadius.minimum
readonlyproperties.style.properties.borderRadius.minimum:0=0
properties.style.properties.borderRadius.type
readonlyproperties.style.properties.borderRadius.type:"number"='number'
properties.style.properties.borderRightColor
readonlyproperties.style.properties.borderRightColor:object
properties.style.properties.borderRightColor.type
readonlyproperties.style.properties.borderRightColor.type:"string"='string'
properties.style.properties.borderRightStyle
readonlyproperties.style.properties.borderRightStyle:object=borderStyle
properties.style.properties.borderRightStyle.enum
readonlyproperties.style.properties.borderRightStyle.enum: readonly ["solid","dashed"]
properties.style.properties.borderRightStyle.type
readonlyproperties.style.properties.borderRightStyle.type:"string"='string'
properties.style.properties.borderRightWidth
readonlyproperties.style.properties.borderRightWidth:object=nonNegativeNumber
properties.style.properties.borderRightWidth.minimum
readonlyproperties.style.properties.borderRightWidth.minimum:0=0
properties.style.properties.borderRightWidth.type
readonlyproperties.style.properties.borderRightWidth.type:"number"='number'
properties.style.properties.borderStyle
readonlyproperties.style.properties.borderStyle:object=borderStyle
properties.style.properties.borderStyle.enum
readonlyproperties.style.properties.borderStyle.enum: readonly ["solid","dashed"]
properties.style.properties.borderStyle.type
readonlyproperties.style.properties.borderStyle.type:"string"='string'
properties.style.properties.borderTopColor
readonlyproperties.style.properties.borderTopColor:object
properties.style.properties.borderTopColor.type
readonlyproperties.style.properties.borderTopColor.type:"string"='string'
properties.style.properties.borderTopLeftRadius
readonlyproperties.style.properties.borderTopLeftRadius:object=nonNegativeNumber
properties.style.properties.borderTopLeftRadius.minimum
readonlyproperties.style.properties.borderTopLeftRadius.minimum:0=0
properties.style.properties.borderTopLeftRadius.type
readonlyproperties.style.properties.borderTopLeftRadius.type:"number"='number'
properties.style.properties.borderTopRightRadius
readonlyproperties.style.properties.borderTopRightRadius:object=nonNegativeNumber
properties.style.properties.borderTopRightRadius.minimum
readonlyproperties.style.properties.borderTopRightRadius.minimum:0=0
properties.style.properties.borderTopRightRadius.type
readonlyproperties.style.properties.borderTopRightRadius.type:"number"='number'
properties.style.properties.borderTopStyle
readonlyproperties.style.properties.borderTopStyle:object=borderStyle
properties.style.properties.borderTopStyle.enum
readonlyproperties.style.properties.borderTopStyle.enum: readonly ["solid","dashed"]
properties.style.properties.borderTopStyle.type
readonlyproperties.style.properties.borderTopStyle.type:"string"='string'
properties.style.properties.borderTopWidth
readonlyproperties.style.properties.borderTopWidth:object=nonNegativeNumber
properties.style.properties.borderTopWidth.minimum
readonlyproperties.style.properties.borderTopWidth.minimum:0=0
properties.style.properties.borderTopWidth.type
readonlyproperties.style.properties.borderTopWidth.type:"number"='number'
properties.style.properties.borderWidth
readonlyproperties.style.properties.borderWidth:object=nonNegativeNumber
properties.style.properties.borderWidth.minimum
readonlyproperties.style.properties.borderWidth.minimum:0=0
properties.style.properties.borderWidth.type
readonlyproperties.style.properties.borderWidth.type:"number"='number'
properties.style.properties.bottom
readonlyproperties.style.properties.bottom:object
properties.style.properties.bottom.type
readonlyproperties.style.properties.bottom.type:"number"='number'
properties.style.properties.boxShadow
readonlyproperties.style.properties.boxShadow:object
properties.style.properties.boxShadow.type
readonlyproperties.style.properties.boxShadow.type:"string"='string'
properties.style.properties.display
readonlyproperties.style.properties.display:object
properties.style.properties.display.enum
readonlyproperties.style.properties.display.enum: readonly ["flex","none"]
properties.style.properties.display.type
readonlyproperties.style.properties.display.type:"string"='string'
properties.style.properties.flexBasis
readonlyproperties.style.properties.flexBasis:object=nonNegativeNumber
properties.style.properties.flexBasis.minimum
readonlyproperties.style.properties.flexBasis.minimum:0=0
properties.style.properties.flexBasis.type
readonlyproperties.style.properties.flexBasis.type:"number"='number'
properties.style.properties.flexDirection
readonlyproperties.style.properties.flexDirection:object
properties.style.properties.flexDirection.enum
readonlyproperties.style.properties.flexDirection.enum: readonly ["row","row-reverse","column","column-reverse"]
properties.style.properties.flexDirection.type
readonlyproperties.style.properties.flexDirection.type:"string"='string'
properties.style.properties.flexGrow
readonlyproperties.style.properties.flexGrow:object=nonNegativeNumber
properties.style.properties.flexGrow.minimum
readonlyproperties.style.properties.flexGrow.minimum:0=0
properties.style.properties.flexGrow.type
readonlyproperties.style.properties.flexGrow.type:"number"='number'
properties.style.properties.flexShrink
readonlyproperties.style.properties.flexShrink:object=nonNegativeNumber
properties.style.properties.flexShrink.minimum
readonlyproperties.style.properties.flexShrink.minimum:0=0
properties.style.properties.flexShrink.type
readonlyproperties.style.properties.flexShrink.type:"number"='number'
properties.style.properties.flexWrap
readonlyproperties.style.properties.flexWrap:object
properties.style.properties.flexWrap.enum
readonlyproperties.style.properties.flexWrap.enum: readonly ["nowrap","wrap","wrap-reverse"]
properties.style.properties.flexWrap.type
readonlyproperties.style.properties.flexWrap.type:"string"='string'
properties.style.properties.gap
readonlyproperties.style.properties.gap:object=nonNegativeNumber
properties.style.properties.gap.minimum
readonlyproperties.style.properties.gap.minimum:0=0
properties.style.properties.gap.type
readonlyproperties.style.properties.gap.type:"number"='number'
properties.style.properties.height
readonlyproperties.style.properties.height:object=nonNegativeNumber
properties.style.properties.height.minimum
readonlyproperties.style.properties.height.minimum:0=0
properties.style.properties.height.type
readonlyproperties.style.properties.height.type:"number"='number'
properties.style.properties.justifyContent
readonlyproperties.style.properties.justifyContent:object
properties.style.properties.justifyContent.enum
readonlyproperties.style.properties.justifyContent.enum: readonly ["flex-start","center","flex-end","space-between","space-around"]
properties.style.properties.justifyContent.type
readonlyproperties.style.properties.justifyContent.type:"string"='string'
properties.style.properties.left
readonlyproperties.style.properties.left:object
properties.style.properties.left.type
readonlyproperties.style.properties.left.type:"number"='number'
properties.style.properties.margin
readonlyproperties.style.properties.margin:object
properties.style.properties.margin.type
readonlyproperties.style.properties.margin.type:"number"='number'
properties.style.properties.marginBottom
readonlyproperties.style.properties.marginBottom:object
properties.style.properties.marginBottom.type
readonlyproperties.style.properties.marginBottom.type:"number"='number'
properties.style.properties.marginLeft
readonlyproperties.style.properties.marginLeft:object
properties.style.properties.marginLeft.type
readonlyproperties.style.properties.marginLeft.type:"number"='number'
properties.style.properties.marginRight
readonlyproperties.style.properties.marginRight:object
properties.style.properties.marginRight.type
readonlyproperties.style.properties.marginRight.type:"number"='number'
properties.style.properties.marginTop
readonlyproperties.style.properties.marginTop:object
properties.style.properties.marginTop.type
readonlyproperties.style.properties.marginTop.type:"number"='number'
properties.style.properties.maxHeight
readonlyproperties.style.properties.maxHeight:object=nonNegativeNumber
properties.style.properties.maxHeight.minimum
readonlyproperties.style.properties.maxHeight.minimum:0=0
properties.style.properties.maxHeight.type
readonlyproperties.style.properties.maxHeight.type:"number"='number'
properties.style.properties.maxWidth
readonlyproperties.style.properties.maxWidth:object=nonNegativeNumber
properties.style.properties.maxWidth.minimum
readonlyproperties.style.properties.maxWidth.minimum:0=0
properties.style.properties.maxWidth.type
readonlyproperties.style.properties.maxWidth.type:"number"='number'
properties.style.properties.minHeight
readonlyproperties.style.properties.minHeight:object=nonNegativeNumber
properties.style.properties.minHeight.minimum
readonlyproperties.style.properties.minHeight.minimum:0=0
properties.style.properties.minHeight.type
readonlyproperties.style.properties.minHeight.type:"number"='number'
properties.style.properties.minWidth
readonlyproperties.style.properties.minWidth:object=nonNegativeNumber
properties.style.properties.minWidth.minimum
readonlyproperties.style.properties.minWidth.minimum:0=0
properties.style.properties.minWidth.type
readonlyproperties.style.properties.minWidth.type:"number"='number'
properties.style.properties.objectFit
readonlyproperties.style.properties.objectFit:object
properties.style.properties.objectFit.enum
readonlyproperties.style.properties.objectFit.enum: readonly ["none","contain","cover"]
properties.style.properties.objectFit.type
readonlyproperties.style.properties.objectFit.type:"string"='string'
properties.style.properties.opacity
readonlyproperties.style.properties.opacity:object=nonNegativeNumber
properties.style.properties.opacity.minimum
readonlyproperties.style.properties.opacity.minimum:0=0
properties.style.properties.opacity.type
readonlyproperties.style.properties.opacity.type:"number"='number'
properties.style.properties.overflow
readonlyproperties.style.properties.overflow:object
properties.style.properties.overflow.enum
readonlyproperties.style.properties.overflow.enum: readonly ["visible","hidden"]
properties.style.properties.overflow.type
readonlyproperties.style.properties.overflow.type:"string"='string'
properties.style.properties.padding
readonlyproperties.style.properties.padding:object=nonNegativeNumber
properties.style.properties.padding.minimum
readonlyproperties.style.properties.padding.minimum:0=0
properties.style.properties.padding.type
readonlyproperties.style.properties.padding.type:"number"='number'
properties.style.properties.paddingBottom
readonlyproperties.style.properties.paddingBottom:object=nonNegativeNumber
properties.style.properties.paddingBottom.minimum
readonlyproperties.style.properties.paddingBottom.minimum:0=0
properties.style.properties.paddingBottom.type
readonlyproperties.style.properties.paddingBottom.type:"number"='number'
properties.style.properties.paddingLeft
readonlyproperties.style.properties.paddingLeft:object=nonNegativeNumber
properties.style.properties.paddingLeft.minimum
readonlyproperties.style.properties.paddingLeft.minimum:0=0
properties.style.properties.paddingLeft.type
readonlyproperties.style.properties.paddingLeft.type:"number"='number'
properties.style.properties.paddingRight
readonlyproperties.style.properties.paddingRight:object=nonNegativeNumber
properties.style.properties.paddingRight.minimum
readonlyproperties.style.properties.paddingRight.minimum:0=0
properties.style.properties.paddingRight.type
readonlyproperties.style.properties.paddingRight.type:"number"='number'
properties.style.properties.paddingTop
readonlyproperties.style.properties.paddingTop:object=nonNegativeNumber
properties.style.properties.paddingTop.minimum
readonlyproperties.style.properties.paddingTop.minimum:0=0
properties.style.properties.paddingTop.type
readonlyproperties.style.properties.paddingTop.type:"number"='number'
properties.style.properties.position
readonlyproperties.style.properties.position:object
properties.style.properties.position.enum
readonlyproperties.style.properties.position.enum: readonly ["relative","absolute"]
properties.style.properties.position.type
readonlyproperties.style.properties.position.type:"string"='string'
properties.style.properties.right
readonlyproperties.style.properties.right:object
properties.style.properties.right.type
readonlyproperties.style.properties.right.type:"number"='number'
properties.style.properties.top
readonlyproperties.style.properties.top:object
properties.style.properties.top.type
readonlyproperties.style.properties.top.type:"number"='number'
properties.style.properties.width
readonlyproperties.style.properties.width:object=nonNegativeNumber
properties.style.properties.width.minimum
readonlyproperties.style.properties.width.minimum:0=0
properties.style.properties.width.type
readonlyproperties.style.properties.width.type:"number"='number'
properties.style.type
readonlyproperties.style.type:"object"='object'
properties.title
readonlyproperties.title:object
properties.title.type
readonlyproperties.title.type:"string"='string'
required
readonlyrequired: readonly ["title"]
type
readonlytype:"object"='object'
tileV0
consttileV0:object
Type declaration
additionalProperties
readonlyadditionalProperties:false=false
properties
readonlyproperties:object
properties.props
readonlyproperties.props:object=tilePropsV0
properties.props.additionalProperties
readonlyproperties.props.additionalProperties:false=false
properties.props.properties
readonlyproperties.props.properties:object
properties.props.properties.actions
readonlyproperties.props.properties.actions:object
properties.props.properties.actions.items
readonlyproperties.props.properties.actions.items:object=actionV0
properties.props.properties.actions.items.anyOf
readonlyproperties.props.properties.actions.items.anyOf: readonly [object,object,object]
properties.props.properties.actions.type
readonlyproperties.props.properties.actions.type:"array"='array'
properties.props.properties.children
readonlyproperties.props.properties.children:object
properties.props.properties.children.items
readonlyproperties.props.properties.children.items:object=boxChildrenV0
properties.props.properties.children.items.anyOf
readonlyproperties.props.properties.children.items.anyOf: readonly [object,object]
properties.props.properties.children.type
readonlyproperties.props.properties.children.type:"array"='array'
properties.props.properties.description
readonlyproperties.props.properties.description:object
properties.props.properties.description.type
readonlyproperties.props.properties.description.type:"string"='string'
properties.props.properties.input
readonlyproperties.props.properties.input:object=inputV0
properties.props.properties.input.anyOf
readonlyproperties.props.properties.input.anyOf: readonly [object,object]
properties.props.properties.key
readonlyproperties.props.properties.key:object
properties.props.properties.key.type
readonlyproperties.props.properties.key.type:"string"='string'
properties.props.properties.style
readonlyproperties.props.properties.style:object=boxStyleV0
properties.props.properties.style.additionalProperties
readonlyproperties.props.properties.style.additionalProperties:false=false
properties.props.properties.style.properties
readonlyproperties.props.properties.style.properties:object
properties.props.properties.style.properties.alignItems
readonlyproperties.props.properties.style.properties.alignItems:object
properties.props.properties.style.properties.alignItems.enum
readonlyproperties.props.properties.style.properties.alignItems.enum: readonly ["flex-start","center","flex-end"]
properties.props.properties.style.properties.alignItems.type
readonlyproperties.props.properties.style.properties.alignItems.type:"string"='string'
properties.props.properties.style.properties.alignSelf
readonlyproperties.props.properties.style.properties.alignSelf:object
properties.props.properties.style.properties.alignSelf.enum
readonlyproperties.props.properties.style.properties.alignSelf.enum: readonly ["auto","flex-start","center","flex-end"]
properties.props.properties.style.properties.alignSelf.type
readonlyproperties.props.properties.style.properties.alignSelf.type:"string"='string'
properties.props.properties.style.properties.backgroundClip
readonlyproperties.props.properties.style.properties.backgroundClip:object
properties.props.properties.style.properties.backgroundClip.enum
readonlyproperties.props.properties.style.properties.backgroundClip.enum: readonly ["border-box","text"]
properties.props.properties.style.properties.backgroundClip.type
readonlyproperties.props.properties.style.properties.backgroundClip.type:"string"='string'
properties.props.properties.style.properties.backgroundColor
readonlyproperties.props.properties.style.properties.backgroundColor:object
properties.props.properties.style.properties.backgroundColor.type
readonlyproperties.props.properties.style.properties.backgroundColor.type:"string"='string'
properties.props.properties.style.properties.backgroundImage
readonlyproperties.props.properties.style.properties.backgroundImage:object
properties.props.properties.style.properties.backgroundImage.type
readonlyproperties.props.properties.style.properties.backgroundImage.type:"string"='string'
properties.props.properties.style.properties.backgroundPosition
readonlyproperties.props.properties.style.properties.backgroundPosition:object
properties.props.properties.style.properties.backgroundPosition.type
readonlyproperties.props.properties.style.properties.backgroundPosition.type:"string"='string'
properties.props.properties.style.properties.backgroundRepeat
readonlyproperties.props.properties.style.properties.backgroundRepeat:object
properties.props.properties.style.properties.backgroundRepeat.enum
readonlyproperties.props.properties.style.properties.backgroundRepeat.enum: readonly ["repeat","repeat-x","repeat-y","no-repeat"]
properties.props.properties.style.properties.backgroundRepeat.type
readonlyproperties.props.properties.style.properties.backgroundRepeat.type:"string"='string'
properties.props.properties.style.properties.backgroundSize
readonlyproperties.props.properties.style.properties.backgroundSize:object
properties.props.properties.style.properties.backgroundSize.type
readonlyproperties.props.properties.style.properties.backgroundSize.type:"string"='string'
properties.props.properties.style.properties.borderBottomColor
readonlyproperties.props.properties.style.properties.borderBottomColor:object
properties.props.properties.style.properties.borderBottomColor.type
readonlyproperties.props.properties.style.properties.borderBottomColor.type:"string"='string'
properties.props.properties.style.properties.borderBottomLeftRadius
readonlyproperties.props.properties.style.properties.borderBottomLeftRadius:object=nonNegativeNumber
properties.props.properties.style.properties.borderBottomLeftRadius.minimum
readonlyproperties.props.properties.style.properties.borderBottomLeftRadius.minimum:0=0
properties.props.properties.style.properties.borderBottomLeftRadius.type
readonlyproperties.props.properties.style.properties.borderBottomLeftRadius.type:"number"='number'
properties.props.properties.style.properties.borderBottomRightRadius
readonlyproperties.props.properties.style.properties.borderBottomRightRadius:object=nonNegativeNumber
properties.props.properties.style.properties.borderBottomRightRadius.minimum
readonlyproperties.props.properties.style.properties.borderBottomRightRadius.minimum:0=0
properties.props.properties.style.properties.borderBottomRightRadius.type
readonlyproperties.props.properties.style.properties.borderBottomRightRadius.type:"number"='number'
properties.props.properties.style.properties.borderBottomStyle
readonlyproperties.props.properties.style.properties.borderBottomStyle:object=borderStyle
properties.props.properties.style.properties.borderBottomStyle.enum
readonlyproperties.props.properties.style.properties.borderBottomStyle.enum: readonly ["solid","dashed"]
properties.props.properties.style.properties.borderBottomStyle.type
readonlyproperties.props.properties.style.properties.borderBottomStyle.type:"string"='string'
properties.props.properties.style.properties.borderBottomWidth
readonlyproperties.props.properties.style.properties.borderBottomWidth:object=nonNegativeNumber
properties.props.properties.style.properties.borderBottomWidth.minimum
readonlyproperties.props.properties.style.properties.borderBottomWidth.minimum:0=0
properties.props.properties.style.properties.borderBottomWidth.type
readonlyproperties.props.properties.style.properties.borderBottomWidth.type:"number"='number'
properties.props.properties.style.properties.borderColor
readonlyproperties.props.properties.style.properties.borderColor:object
properties.props.properties.style.properties.borderColor.type
readonlyproperties.props.properties.style.properties.borderColor.type:"string"='string'
properties.props.properties.style.properties.borderLeftColor
readonlyproperties.props.properties.style.properties.borderLeftColor:object
properties.props.properties.style.properties.borderLeftColor.type
readonlyproperties.props.properties.style.properties.borderLeftColor.type:"string"='string'
properties.props.properties.style.properties.borderLeftStyle
readonlyproperties.props.properties.style.properties.borderLeftStyle:object=borderStyle
properties.props.properties.style.properties.borderLeftStyle.enum
readonlyproperties.props.properties.style.properties.borderLeftStyle.enum: readonly ["solid","dashed"]
properties.props.properties.style.properties.borderLeftStyle.type
readonlyproperties.props.properties.style.properties.borderLeftStyle.type:"string"='string'
properties.props.properties.style.properties.borderLeftWidth
readonlyproperties.props.properties.style.properties.borderLeftWidth:object=nonNegativeNumber
properties.props.properties.style.properties.borderLeftWidth.minimum
readonlyproperties.props.properties.style.properties.borderLeftWidth.minimum:0=0
properties.props.properties.style.properties.borderLeftWidth.type
readonlyproperties.props.properties.style.properties.borderLeftWidth.type:"number"='number'
properties.props.properties.style.properties.borderRadius
readonlyproperties.props.properties.style.properties.borderRadius:object=nonNegativeNumber
properties.props.properties.style.properties.borderRadius.minimum
readonlyproperties.props.properties.style.properties.borderRadius.minimum:0=0
properties.props.properties.style.properties.borderRadius.type
readonlyproperties.props.properties.style.properties.borderRadius.type:"number"='number'
properties.props.properties.style.properties.borderRightColor
readonlyproperties.props.properties.style.properties.borderRightColor:object
properties.props.properties.style.properties.borderRightColor.type
readonlyproperties.props.properties.style.properties.borderRightColor.type:"string"='string'
properties.props.properties.style.properties.borderRightStyle
readonlyproperties.props.properties.style.properties.borderRightStyle:object=borderStyle
properties.props.properties.style.properties.borderRightStyle.enum
readonlyproperties.props.properties.style.properties.borderRightStyle.enum: readonly ["solid","dashed"]
properties.props.properties.style.properties.borderRightStyle.type
readonlyproperties.props.properties.style.properties.borderRightStyle.type:"string"='string'
properties.props.properties.style.properties.borderRightWidth
readonlyproperties.props.properties.style.properties.borderRightWidth:object=nonNegativeNumber
properties.props.properties.style.properties.borderRightWidth.minimum
readonlyproperties.props.properties.style.properties.borderRightWidth.minimum:0=0
properties.props.properties.style.properties.borderRightWidth.type
readonlyproperties.props.properties.style.properties.borderRightWidth.type:"number"='number'
properties.props.properties.style.properties.borderStyle
readonlyproperties.props.properties.style.properties.borderStyle:object=borderStyle
properties.props.properties.style.properties.borderStyle.enum
readonlyproperties.props.properties.style.properties.borderStyle.enum: readonly ["solid","dashed"]
properties.props.properties.style.properties.borderStyle.type
readonlyproperties.props.properties.style.properties.borderStyle.type:"string"='string'
properties.props.properties.style.properties.borderTopColor
readonlyproperties.props.properties.style.properties.borderTopColor:object
properties.props.properties.style.properties.borderTopColor.type
readonlyproperties.props.properties.style.properties.borderTopColor.type:"string"='string'
properties.props.properties.style.properties.borderTopLeftRadius
readonlyproperties.props.properties.style.properties.borderTopLeftRadius:object=nonNegativeNumber
properties.props.properties.style.properties.borderTopLeftRadius.minimum
readonlyproperties.props.properties.style.properties.borderTopLeftRadius.minimum:0=0
properties.props.properties.style.properties.borderTopLeftRadius.type
readonlyproperties.props.properties.style.properties.borderTopLeftRadius.type:"number"='number'
properties.props.properties.style.properties.borderTopRightRadius
readonlyproperties.props.properties.style.properties.borderTopRightRadius:object=nonNegativeNumber
properties.props.properties.style.properties.borderTopRightRadius.minimum
readonlyproperties.props.properties.style.properties.borderTopRightRadius.minimum:0=0
properties.props.properties.style.properties.borderTopRightRadius.type
readonlyproperties.props.properties.style.properties.borderTopRightRadius.type:"number"='number'
properties.props.properties.style.properties.borderTopStyle
readonlyproperties.props.properties.style.properties.borderTopStyle:object=borderStyle
properties.props.properties.style.properties.borderTopStyle.enum
readonlyproperties.props.properties.style.properties.borderTopStyle.enum: readonly ["solid","dashed"]
properties.props.properties.style.properties.borderTopStyle.type
readonlyproperties.props.properties.style.properties.borderTopStyle.type:"string"='string'
properties.props.properties.style.properties.borderTopWidth
readonlyproperties.props.properties.style.properties.borderTopWidth:object=nonNegativeNumber
properties.props.properties.style.properties.borderTopWidth.minimum
readonlyproperties.props.properties.style.properties.borderTopWidth.minimum:0=0
properties.props.properties.style.properties.borderTopWidth.type
readonlyproperties.props.properties.style.properties.borderTopWidth.type:"number"='number'
properties.props.properties.style.properties.borderWidth
readonlyproperties.props.properties.style.properties.borderWidth:object=nonNegativeNumber
properties.props.properties.style.properties.borderWidth.minimum
readonlyproperties.props.properties.style.properties.borderWidth.minimum:0=0
properties.props.properties.style.properties.borderWidth.type
readonlyproperties.props.properties.style.properties.borderWidth.type:"number"='number'
properties.props.properties.style.properties.bottom
readonlyproperties.props.properties.style.properties.bottom:object
properties.props.properties.style.properties.bottom.type
readonlyproperties.props.properties.style.properties.bottom.type:"number"='number'
properties.props.properties.style.properties.boxShadow
readonlyproperties.props.properties.style.properties.boxShadow:object
properties.props.properties.style.properties.boxShadow.type
readonlyproperties.props.properties.style.properties.boxShadow.type:"string"='string'
properties.props.properties.style.properties.display
readonlyproperties.props.properties.style.properties.display:object
properties.props.properties.style.properties.display.enum
readonlyproperties.props.properties.style.properties.display.enum: readonly ["flex","none"]
properties.props.properties.style.properties.display.type
readonlyproperties.props.properties.style.properties.display.type:"string"='string'
properties.props.properties.style.properties.flexBasis
readonlyproperties.props.properties.style.properties.flexBasis:object=nonNegativeNumber
properties.props.properties.style.properties.flexBasis.minimum
readonlyproperties.props.properties.style.properties.flexBasis.minimum:0=0
properties.props.properties.style.properties.flexBasis.type
readonlyproperties.props.properties.style.properties.flexBasis.type:"number"='number'
properties.props.properties.style.properties.flexDirection
readonlyproperties.props.properties.style.properties.flexDirection:object
properties.props.properties.style.properties.flexDirection.enum
readonlyproperties.props.properties.style.properties.flexDirection.enum: readonly ["row","row-reverse","column","column-reverse"]
properties.props.properties.style.properties.flexDirection.type
readonlyproperties.props.properties.style.properties.flexDirection.type:"string"='string'
properties.props.properties.style.properties.flexGrow
readonlyproperties.props.properties.style.properties.flexGrow:object=nonNegativeNumber
properties.props.properties.style.properties.flexGrow.minimum
readonlyproperties.props.properties.style.properties.flexGrow.minimum:0=0
properties.props.properties.style.properties.flexGrow.type
readonlyproperties.props.properties.style.properties.flexGrow.type:"number"='number'
properties.props.properties.style.properties.flexShrink
readonlyproperties.props.properties.style.properties.flexShrink:object=nonNegativeNumber
properties.props.properties.style.properties.flexShrink.minimum
readonlyproperties.props.properties.style.properties.flexShrink.minimum:0=0
properties.props.properties.style.properties.flexShrink.type
readonlyproperties.props.properties.style.properties.flexShrink.type:"number"='number'
properties.props.properties.style.properties.flexWrap
readonlyproperties.props.properties.style.properties.flexWrap:object
properties.props.properties.style.properties.flexWrap.enum
readonlyproperties.props.properties.style.properties.flexWrap.enum: readonly ["nowrap","wrap","wrap-reverse"]
properties.props.properties.style.properties.flexWrap.type
readonlyproperties.props.properties.style.properties.flexWrap.type:"string"='string'
properties.props.properties.style.properties.gap
readonlyproperties.props.properties.style.properties.gap:object=nonNegativeNumber
properties.props.properties.style.properties.gap.minimum
readonlyproperties.props.properties.style.properties.gap.minimum:0=0
properties.props.properties.style.properties.gap.type
readonlyproperties.props.properties.style.properties.gap.type:"number"='number'
properties.props.properties.style.properties.height
readonlyproperties.props.properties.style.properties.height:object=nonNegativeNumber
properties.props.properties.style.properties.height.minimum
readonlyproperties.props.properties.style.properties.height.minimum:0=0
properties.props.properties.style.properties.height.type
readonlyproperties.props.properties.style.properties.height.type:"number"='number'
properties.props.properties.style.properties.justifyContent
readonlyproperties.props.properties.style.properties.justifyContent:object
properties.props.properties.style.properties.justifyContent.enum
readonlyproperties.props.properties.style.properties.justifyContent.enum: readonly ["flex-start","center","flex-end","space-between","space-around"]
properties.props.properties.style.properties.justifyContent.type
readonlyproperties.props.properties.style.properties.justifyContent.type:"string"='string'
properties.props.properties.style.properties.left
readonlyproperties.props.properties.style.properties.left:object
properties.props.properties.style.properties.left.type
readonlyproperties.props.properties.style.properties.left.type:"number"='number'
properties.props.properties.style.properties.margin
readonlyproperties.props.properties.style.properties.margin:object
properties.props.properties.style.properties.margin.type
readonlyproperties.props.properties.style.properties.margin.type:"number"='number'
properties.props.properties.style.properties.marginBottom
readonlyproperties.props.properties.style.properties.marginBottom:object
properties.props.properties.style.properties.marginBottom.type
readonlyproperties.props.properties.style.properties.marginBottom.type:"number"='number'
properties.props.properties.style.properties.marginLeft
readonlyproperties.props.properties.style.properties.marginLeft:object
properties.props.properties.style.properties.marginLeft.type
readonlyproperties.props.properties.style.properties.marginLeft.type:"number"='number'
properties.props.properties.style.properties.marginRight
readonlyproperties.props.properties.style.properties.marginRight:object
properties.props.properties.style.properties.marginRight.type
readonlyproperties.props.properties.style.properties.marginRight.type:"number"='number'
properties.props.properties.style.properties.marginTop
readonlyproperties.props.properties.style.properties.marginTop:object
properties.props.properties.style.properties.marginTop.type
readonlyproperties.props.properties.style.properties.marginTop.type:"number"='number'
properties.props.properties.style.properties.maxHeight
readonlyproperties.props.properties.style.properties.maxHeight:object=nonNegativeNumber
properties.props.properties.style.properties.maxHeight.minimum
readonlyproperties.props.properties.style.properties.maxHeight.minimum:0=0
properties.props.properties.style.properties.maxHeight.type
readonlyproperties.props.properties.style.properties.maxHeight.type:"number"='number'
properties.props.properties.style.properties.maxWidth
readonlyproperties.props.properties.style.properties.maxWidth:object=nonNegativeNumber
properties.props.properties.style.properties.maxWidth.minimum
readonlyproperties.props.properties.style.properties.maxWidth.minimum:0=0
properties.props.properties.style.properties.maxWidth.type
readonlyproperties.props.properties.style.properties.maxWidth.type:"number"='number'
properties.props.properties.style.properties.minHeight
readonlyproperties.props.properties.style.properties.minHeight:object=nonNegativeNumber
properties.props.properties.style.properties.minHeight.minimum
readonlyproperties.props.properties.style.properties.minHeight.minimum:0=0
properties.props.properties.style.properties.minHeight.type
readonlyproperties.props.properties.style.properties.minHeight.type:"number"='number'
properties.props.properties.style.properties.minWidth
readonlyproperties.props.properties.style.properties.minWidth:object=nonNegativeNumber
properties.props.properties.style.properties.minWidth.minimum
readonlyproperties.props.properties.style.properties.minWidth.minimum:0=0
properties.props.properties.style.properties.minWidth.type
readonlyproperties.props.properties.style.properties.minWidth.type:"number"='number'
properties.props.properties.style.properties.objectFit
readonlyproperties.props.properties.style.properties.objectFit:object
properties.props.properties.style.properties.objectFit.enum
readonlyproperties.props.properties.style.properties.objectFit.enum: readonly ["none","contain","cover"]
properties.props.properties.style.properties.objectFit.type
readonlyproperties.props.properties.style.properties.objectFit.type:"string"='string'
properties.props.properties.style.properties.opacity
readonlyproperties.props.properties.style.properties.opacity:object=nonNegativeNumber
properties.props.properties.style.properties.opacity.minimum
readonlyproperties.props.properties.style.properties.opacity.minimum:0=0
properties.props.properties.style.properties.opacity.type
readonlyproperties.props.properties.style.properties.opacity.type:"number"='number'
properties.props.properties.style.properties.overflow
readonlyproperties.props.properties.style.properties.overflow:object
properties.props.properties.style.properties.overflow.enum
readonlyproperties.props.properties.style.properties.overflow.enum: readonly ["visible","hidden"]
properties.props.properties.style.properties.overflow.type
readonlyproperties.props.properties.style.properties.overflow.type:"string"='string'
properties.props.properties.style.properties.padding
readonlyproperties.props.properties.style.properties.padding:object=nonNegativeNumber
properties.props.properties.style.properties.padding.minimum
readonlyproperties.props.properties.style.properties.padding.minimum:0=0
properties.props.properties.style.properties.padding.type
readonlyproperties.props.properties.style.properties.padding.type:"number"='number'
properties.props.properties.style.properties.paddingBottom
readonlyproperties.props.properties.style.properties.paddingBottom:object=nonNegativeNumber
properties.props.properties.style.properties.paddingBottom.minimum
readonlyproperties.props.properties.style.properties.paddingBottom.minimum:0=0
properties.props.properties.style.properties.paddingBottom.type
readonlyproperties.props.properties.style.properties.paddingBottom.type:"number"='number'
properties.props.properties.style.properties.paddingLeft
readonlyproperties.props.properties.style.properties.paddingLeft:object=nonNegativeNumber
properties.props.properties.style.properties.paddingLeft.minimum
readonlyproperties.props.properties.style.properties.paddingLeft.minimum:0=0
properties.props.properties.style.properties.paddingLeft.type
readonlyproperties.props.properties.style.properties.paddingLeft.type:"number"='number'
properties.props.properties.style.properties.paddingRight
readonlyproperties.props.properties.style.properties.paddingRight:object=nonNegativeNumber
properties.props.properties.style.properties.paddingRight.minimum
readonlyproperties.props.properties.style.properties.paddingRight.minimum:0=0
properties.props.properties.style.properties.paddingRight.type
readonlyproperties.props.properties.style.properties.paddingRight.type:"number"='number'
properties.props.properties.style.properties.paddingTop
readonlyproperties.props.properties.style.properties.paddingTop:object=nonNegativeNumber
properties.props.properties.style.properties.paddingTop.minimum
readonlyproperties.props.properties.style.properties.paddingTop.minimum:0=0
properties.props.properties.style.properties.paddingTop.type
readonlyproperties.props.properties.style.properties.paddingTop.type:"number"='number'
properties.props.properties.style.properties.position
readonlyproperties.props.properties.style.properties.position:object
properties.props.properties.style.properties.position.enum
readonlyproperties.props.properties.style.properties.position.enum: readonly ["relative","absolute"]
properties.props.properties.style.properties.position.type
readonlyproperties.props.properties.style.properties.position.type:"string"='string'
properties.props.properties.style.properties.right
readonlyproperties.props.properties.style.properties.right:object
properties.props.properties.style.properties.right.type
readonlyproperties.props.properties.style.properties.right.type:"number"='number'
properties.props.properties.style.properties.top
readonlyproperties.props.properties.style.properties.top:object
properties.props.properties.style.properties.top.type
readonlyproperties.props.properties.style.properties.top.type:"number"='number'
properties.props.properties.style.properties.width
readonlyproperties.props.properties.style.properties.width:object=nonNegativeNumber
properties.props.properties.style.properties.width.minimum
readonlyproperties.props.properties.style.properties.width.minimum:0=0
properties.props.properties.style.properties.width.type
readonlyproperties.props.properties.style.properties.width.type:"number"='number'
properties.props.properties.style.type
readonlyproperties.props.properties.style.type:"object"='object'
properties.props.properties.title
readonlyproperties.props.properties.title:object
properties.props.properties.title.type
readonlyproperties.props.properties.title.type:"string"='string'
properties.props.required
readonlyproperties.props.required: readonly ["title"]
properties.props.type
readonlyproperties.props.type:"object"='object'
properties.type
readonlyproperties.type:object
properties.type.const
readonlyproperties.type.const:"Tile"='Tile'
properties.type.type
readonlyproperties.type.type:"string"='string'
properties.version
readonlyproperties.version:object
properties.version.enum
readonlyproperties.version.enum: readonly ["0.1"]
properties.version.type
readonlyproperties.version.type:"string"='string'
required
readonlyrequired: readonly ["type","version","props"]
type
readonlytype:"object"='object'
uriOpenActionType
consturiOpenActionType:object
Type declaration
const
readonlyconst:"tairu:uri/open"='tairu:uri/open'
type
readonlytype:"string"='string'
valueV0
constvalueV0:object
Type declaration
anyOf
readonlyanyOf: readonly [object,object,object]
Functions
postActionValidator()
postActionValidator(
data):Result<{jwt:string;state:object;type:"tairu:did/sign"; } | {state:object;type:"tairu:did/submit";value:string|number|boolean| (string|number|boolean)[]; },ValidationError>
Parameters
data
unknown
Returns
Result<{jwt: string;state: object;type: "tairu:did/sign"; } | {state: object;type: "tairu:did/submit";value: string | number | boolean | (string | number | boolean)[]; }, ValidationError>
tileValidator()
tileValidator(
data):Result<object,ValidationError>
Parameters
data
unknown
Returns
Result<object, ValidationError>
props
props:
object
props.actions?
optionalprops.actions: ({label:string;type:"tairu:uri/open";uri:string; } | {label:string;payload:object;state:object;type:"tairu:did/sign"; } | {label:string;state:object;type:"tairu:did/submit"; })[]
props.children?
optionalprops.children: ({props:object;type:"Box"|"Image"|"Text"; } |object[])[]
props.description?
optionalprops.description:string
props.input?
optionalprops.input: {multiple:boolean;options:object[];type:"options"; } | {defaultValue:string;label:string;placeholder:string;secure:boolean;type:"text"; }
props.key?
optionalprops.key:string
props.style?
optionalprops.style:object
props.style.alignItems?
optionalprops.style.alignItems:"flex-start"|"center"|"flex-end"
props.style.alignSelf?
optionalprops.style.alignSelf:"flex-start"|"center"|"flex-end"|"auto"
props.style.backgroundClip?
optionalprops.style.backgroundClip:"text"|"border-box"
props.style.backgroundColor?
optionalprops.style.backgroundColor:string
props.style.backgroundImage?
optionalprops.style.backgroundImage:string
props.style.backgroundPosition?
optionalprops.style.backgroundPosition:string
props.style.backgroundRepeat?
optionalprops.style.backgroundRepeat:"repeat"|"repeat-x"|"repeat-y"|"no-repeat"
props.style.backgroundSize?
optionalprops.style.backgroundSize:string
props.style.borderBottomColor?
optionalprops.style.borderBottomColor:string
props.style.borderBottomLeftRadius?
optionalprops.style.borderBottomLeftRadius:number
props.style.borderBottomRightRadius?
optionalprops.style.borderBottomRightRadius:number
props.style.borderBottomStyle?
optionalprops.style.borderBottomStyle:"solid"|"dashed"
props.style.borderBottomWidth?
optionalprops.style.borderBottomWidth:number
props.style.borderColor?
optionalprops.style.borderColor:string
props.style.borderLeftColor?
optionalprops.style.borderLeftColor:string
props.style.borderLeftStyle?
optionalprops.style.borderLeftStyle:"solid"|"dashed"
props.style.borderLeftWidth?
optionalprops.style.borderLeftWidth:number
props.style.borderRadius?
optionalprops.style.borderRadius:number
props.style.borderRightColor?
optionalprops.style.borderRightColor:string
props.style.borderRightStyle?
optionalprops.style.borderRightStyle:"solid"|"dashed"
props.style.borderRightWidth?
optionalprops.style.borderRightWidth:number
props.style.borderStyle?
optionalprops.style.borderStyle:"solid"|"dashed"
props.style.borderTopColor?
optionalprops.style.borderTopColor:string
props.style.borderTopLeftRadius?
optionalprops.style.borderTopLeftRadius:number
props.style.borderTopRightRadius?
optionalprops.style.borderTopRightRadius:number
props.style.borderTopStyle?
optionalprops.style.borderTopStyle:"solid"|"dashed"
props.style.borderTopWidth?
optionalprops.style.borderTopWidth:number
props.style.borderWidth?
optionalprops.style.borderWidth:number
props.style.bottom?
optionalprops.style.bottom:number
props.style.boxShadow?
optionalprops.style.boxShadow:string
props.style.display?
optionalprops.style.display:"flex"|"none"
props.style.flexBasis?
optionalprops.style.flexBasis:number
props.style.flexDirection?
optionalprops.style.flexDirection:"row"|"row-reverse"|"column"|"column-reverse"
props.style.flexGrow?
optionalprops.style.flexGrow:number
props.style.flexShrink?
optionalprops.style.flexShrink:number
props.style.flexWrap?
optionalprops.style.flexWrap:"nowrap"|"wrap"|"wrap-reverse"
props.style.gap?
optionalprops.style.gap:number
props.style.height?
optionalprops.style.height:number
props.style.justifyContent?
optionalprops.style.justifyContent:"flex-start"|"center"|"flex-end"|"space-between"|"space-around"
props.style.left?
optionalprops.style.left:number
props.style.margin?
optionalprops.style.margin:number
props.style.marginBottom?
optionalprops.style.marginBottom:number
props.style.marginLeft?
optionalprops.style.marginLeft:number
props.style.marginRight?
optionalprops.style.marginRight:number
props.style.marginTop?
optionalprops.style.marginTop:number
props.style.maxHeight?
optionalprops.style.maxHeight:number
props.style.maxWidth?
optionalprops.style.maxWidth:number
props.style.minHeight?
optionalprops.style.minHeight:number
props.style.minWidth?
optionalprops.style.minWidth:number
props.style.objectFit?
optionalprops.style.objectFit:"none"|"contain"|"cover"
props.style.opacity?
optionalprops.style.opacity:number
props.style.overflow?
optionalprops.style.overflow:"visible"|"hidden"
props.style.padding?
optionalprops.style.padding:number
props.style.paddingBottom?
optionalprops.style.paddingBottom:number
props.style.paddingLeft?
optionalprops.style.paddingLeft:number
props.style.paddingRight?
optionalprops.style.paddingRight:number
props.style.paddingTop?
optionalprops.style.paddingTop:number
props.style.position?
optionalprops.style.position:"relative"|"absolute"
props.style.right?
optionalprops.style.right:number
props.style.top?
optionalprops.style.top:number
props.style.width?
optionalprops.style.width:number
props.title
props.title:
string
type
type:
"Tile"
version
version:
"0.1"