website logo
👥 Community🎯 Samples on GitHub🚦 System Status
💡 Guides
🚀 Examples
🍕 Developer Reference
⚡️ Changelog
🎥 Video Library
Navigate through spaces
⌘K
Overview
Reference
Actions
Data
UI
Widgets
Docs powered by
Archbee
Reference
UI

jc-view

197min

The schema defines the following properties:

Property

Type

Required

Description

type

component.view

true



instanceId

InstanceId | Expression

false



when

Expression | boolean

false



options

View Options

true



instanceId (InstanceId | Expression)

when (Expression | boolean)

options (View Options, required)

Properties of the options object:

Property

Type

Required

Description

style

ViewStyleSpecification

true



onPress

keg-action-in-background

false

Action Keg component that will be triggered by pressing on this view.

children

ComponentDefaultChild[]

true

Children of the view

emphasis

EmphasisDefinition

false

Change emphasis of the background color

style (ViewStyleSpecification, required)

onPress (keg-action-in-background)

Action Keg component that will be triggered by pressing on this view.

children (ComponentDefaultChild[], required)

Children of the view

The object is an array with all elements of the type ComponentDefaultChild.

emphasis (EmphasisDefinition)

Change emphasis of the background color



Sub Schemas

The schema defines the following additional types:

ViewStyleSpecification (object)

Properties of the ViewStyleSpecification object:

Property

Type

Required

Description

emphasis

EmphasisDefinition

false

Emphasis of the content

flex

number | string | object

false

Dont use `flex: 1` with the `width` parameter. The `width` parameter will be ignored in this case.

justifyContent

enum<string>

false

Justify content of the content. Behaviour depends on the `flexDirection` parameter.

alignItems

enum<string>

false

Align items of the content. Behaviour depends on the `flexDirection` parameter.

alignContent

enum<string>

false

Align content of the content. Behaviour depends on the `flexDirection` parameter.

alignSelf

enum<string>

false

Align self inside the parent container

overflow

enum<string>

false

Overflow of the content

position

enum<string>

false

Position of the content

top

SpacingType | string

false



right

SpacingType | string

false



bottom

SpacingType | string

false



left

SpacingType | string

false



width

number | string | object

false

Dont use `flex: 1` or `flex.grow` with the `width` parameter. The `width` parameter will be ignored in this case.

height

number | string | object

false



margin

SpacingType | string | object

false



padding

SpacingType | string | object

false



gap

SpacingType | string | object

false



border

Border settings

false



radius

RadiusType | string | object

false

Radius of the corners of the view

background

object

false



emphasis (EmphasisDefinition)

Emphasis of the content

flex (number | string | object)

Dont use flex: 1 with the width parameter. The width parameter will be ignored in this case.

The object must be any of the following types:

flex (string)

flex (object)

Properties of the flex object:

Property

Type

Required

Description

direction

enum<string>

false

Direction of the content

grow

number | string

false

Dont use the `grow` with the `width` parameter. The `width` parameter will be ignored in this case.

basis

number | string | string

false

Dont use the `basis` with the `width` parameter. The `width` parameter will be ignored in this case.

shrink

number | string

false

Will shrink itself if the content is bigger than the container

wrap

enum<string>

false

Will wrap the content if the content is bigger than the container

direction (enum<string>)

Direction of the content

This element must be one of the following enum values:

  • row
  • column
  • row-reverse
  • column-reverse

grow (number | string)

Dont use the grow with the width parameter. The width parameter will be ignored in this case.

The object must be any of the following types:

grow (string)

basis (number | string | string)

Dont use the basis with the width parameter. The width parameter will be ignored in this case.

The object must be any of the following types:

basis (string)

shrink (number | string)

Will shrink itself if the content is bigger than the container

The object must be any of the following types:

shrink (string)

wrap (enum<string>)

Will wrap the content if the content is bigger than the container

This element must be one of the following enum values:

  • wrap
  • nowrap
  • wrap-reverse

justifyContent (enum<string>)

Justify content of the content. Behaviour depends on the flexDirection parameter.

This element must be one of the following enum values:

  • flex-start
  • flex-end
  • center
  • space-between
  • space-around
  • space-evenly

alignItems (enum<string>)

Align items of the content. Behaviour depends on the flexDirection parameter.

This element must be one of the following enum values:

  • flex-start
  • flex-end
  • center
  • stretch
  • baseline

alignContent (enum<string>)

Align content of the content. Behaviour depends on the flexDirection parameter.

This element must be one of the following enum values:

  • flex-start
  • flex-end
  • center
  • stretch
  • space-between
  • space-around

alignSelf (enum<string>)

Align self inside the parent container

This element must be one of the following enum values:

  • auto
  • flex-start
  • flex-end
  • center
  • stretch
  • baseline

overflow (enum<string>)

Overflow of the content

This element must be one of the following enum values:

  • visible
  • hidden
  • scroll

position (enum<string>)

Position of the content

This element must be one of the following enum values:

  • absolute
  • relative

top (SpacingType | string)

The object must be any of the following types:

top (SpacingType)

top (string)

right (SpacingType | string)

The object must be any of the following types:

right (SpacingType)

right (string)

bottom (SpacingType | string)

The object must be any of the following types:

bottom (SpacingType)

bottom (string)

left (SpacingType | string)

The object must be any of the following types:

left (SpacingType)

left (string)

width (number | string | object)

Dont use flex: 1 or flex.grow with the width parameter. The width parameter will be ignored in this case.

The object must be any of the following types:

width (string)

width (object)

Properties of the width object:

Property

Type

Required

Description

value

number | string | string

false



min

number | string | string

false



max

number | string | string

false



value (number | string | string)

The object must be any of the following types:

value (string)

min (number | string | string)

The object must be any of the following types:

min (string)

max (number | string | string)

The object must be any of the following types:

max (string)

height (number | string | object)

The object must be any of the following types:

height (string)

height (object)

Properties of the height object:

Property

Type

Required

Description

value

number | string | string

false



min

number | string | string

false



max

number | string | string

false



value (number | string | string)

The object must be any of the following types:

value (string)

min (number | string | string)

The object must be any of the following types:

min (string)

max (number | string | string)

The object must be any of the following types:

max (string)

margin (SpacingType | string | object)

The object must be any of the following types:

margin (SpacingType)

margin (string)

margin (object)

Properties of the margin object:

Property

Type

Required

Description

bottom

SpacingType | string

false



end

SpacingType | string

false



horizontal

SpacingType | string

false



left

SpacingType | string

false



right

SpacingType | string

false



start

SpacingType | string

false



top

SpacingType

false



vertical

SpacingType | string

false



bottom (SpacingType | string)

The object must be any of the following types:

bottom (SpacingType)

bottom (string)

end (SpacingType | string)

The object must be any of the following types:

end (SpacingType)

end (string)

horizontal (SpacingType | string)

The object must be any of the following types:

horizontal (SpacingType)

horizontal (string)

left (SpacingType | string)

The object must be any of the following types:

left (SpacingType)

left (string)

right (SpacingType | string)

The object must be any of the following types:

right (SpacingType)

right (string)

start (SpacingType | string)

The object must be any of the following types:

start (SpacingType)

start (string)

top (SpacingType)

vertical (SpacingType | string)

The object must be any of the following types:

vertical (SpacingType)

vertical (string)

padding (SpacingType | string | object)

The object must be any of the following types:

padding (SpacingType)

padding (string)

padding (object)

Properties of the padding object:

Property

Type

Required

Description

bottom

SpacingType | string

false



end

SpacingType | string

false



horizontal

SpacingType | string

false



left

SpacingType | string

false



right

SpacingType | string

false



start

SpacingType | string

false



top

SpacingType | string

false



vertical

SpacingType | string

false



bottom (SpacingType | string)

The object must be any of the following types:

bottom (SpacingType)

bottom (string)

end (SpacingType | string)

The object must be any of the following types:

end (SpacingType)

end (string)

horizontal (SpacingType | string)

The object must be any of the following types:

horizontal (SpacingType)

horizontal (string)

left (SpacingType | string)

The object must be any of the following types:

left (SpacingType)

left (string)

right (SpacingType | string)

The object must be any of the following types:

right (SpacingType)

right (string)

start (SpacingType | string)

The object must be any of the following types:

start (SpacingType)

start (string)

top (SpacingType | string)

The object must be any of the following types:

top (SpacingType)

top (string)

vertical (SpacingType | string)

The object must be any of the following types:

vertical (SpacingType)

vertical (string)

gap (SpacingType | string | object)

The object must be any of the following types:

gap (SpacingType)

gap (string)

gap (object)

Properties of the gap object:

Property

Type

Required

Description

column

SpacingType | string

false



row

SpacingType | string

false



column (SpacingType | string)

The object must be any of the following types:

column (SpacingType)

column (string)

row (SpacingType | string)

The object must be any of the following types:

row (SpacingType)

row (string)

border (Border settings)

Properties of the border object:

Property

Type

Required

Description

style

BorderStyleDefinition

false



color

ColorOrConditionalColor

false



emphasis

EmphasisDefinition

false



top

object

false

Specific setting of top border

bottom

object

false

Specific setting of bottom border

left

object

false

Specific setting of left border

right

object

false

Specific setting of right border

start

object

false

Specific setting of start border

end

object

false

Specific setting of end border

style (BorderStyleDefinition)

Default: true

color (ColorOrConditionalColor)

emphasis (EmphasisDefinition)

top (object)

Specific setting of top border

Properties of the top object:

Property

Type

Required

Description

style

BorderStyleDefinition

true



color

ColorOrConditionalColor

false



emphasis

EmphasisDefinition

false



style (BorderStyleDefinition, required)

color (ColorOrConditionalColor)

emphasis (EmphasisDefinition)

bottom (object)

Specific setting of bottom border

Properties of the bottom object:

Property

Type

Required

Description

style

BorderStyleDefinition

true



color

ColorOrConditionalColor

false



emphasis

EmphasisDefinition

false



style (BorderStyleDefinition, required)

color (ColorOrConditionalColor)

emphasis (EmphasisDefinition)

left (object)

Specific setting of left border

Properties of the left object:

Property

Type

Required

Description

style

BorderStyleDefinition

true



color

ColorOrConditionalColor

false



emphasis

EmphasisDefinition

false



style (BorderStyleDefinition, required)

color (ColorOrConditionalColor)

emphasis (EmphasisDefinition)

right (object)

Specific setting of right border

Properties of the right object:

Property

Type

Required

Description

style

BorderStyleDefinition

true



color

ColorOrConditionalColor

false



emphasis

EmphasisDefinition

false



style (BorderStyleDefinition, required)

color (ColorOrConditionalColor)

emphasis (EmphasisDefinition)

start (object)

Specific setting of start border

Properties of the start object:

Property

Type

Required

Description

style

BorderStyleDefinition

true



color

ColorOrConditionalColor

false



emphasis

EmphasisDefinition

false



style (BorderStyleDefinition, required)

color (ColorOrConditionalColor)

emphasis (EmphasisDefinition)

end (object)

Specific setting of end border

Properties of the end object:

Property

Type

Required

Description

style

BorderStyleDefinition

true



color

ColorOrConditionalColor

false



emphasis

EmphasisDefinition

false



style (BorderStyleDefinition, required)

color (ColorOrConditionalColor)

emphasis (EmphasisDefinition)

radius (RadiusType | string | object)

Radius of the corners of the view

The object must be any of the following types:

radius (RadiusType)

radius (string)

radius (object)

Properties of the radius object:

Property

Type

Required

Description

topLeft

RadiusType | string

false



topRight

RadiusType | string

false



bottomLeft

RadiusType | string

false



bottomRight

RadiusType | string

false



topLeft (RadiusType | string)

The object must be any of the following types:

topLeft (RadiusType)

topLeft (string)

topRight (RadiusType | string)

The object must be any of the following types:

topRight (RadiusType)

topRight (string)

bottomLeft (RadiusType | string)

The object must be any of the following types:

bottomLeft (RadiusType)

bottomLeft (string)

bottomRight (RadiusType | string)

The object must be any of the following types:

bottomRight (RadiusType)

bottomRight (string)

background (object)

Properties of the background object:

Property

Type

Required

Description

color

ColorOrConditionalColor

false

Background color of the view

emphasis

EmphasisDefinition

false

Change emphasis of the background color

color (ColorOrConditionalColor)

Background color of the view

emphasis (EmphasisDefinition)

Change emphasis of the background color

EmphasisDefinition (extra-low | low | low-medium | medium | high | string)

The object must be any of the following types:

EmphasisDefinition (string)

SpacingType (enum<string>)

This element must be one of the following enum values:

  • none
  • minimal
  • small
  • medium
  • regular
  • large

BorderStyleDefinition (solid | transparent | string)

The object must be any of the following types:

BorderStyleDefinition (string)

ColorOrConditionalColor (primary | BasicColor | string | object[])

The object must be any of the following types:

ColorOrConditionalColor (BasicColor)

ColorOrConditionalColor (string)

ColorOrConditionalColor (object[])

The object is an array with all elements of the type object.

The array object has the following properties:

BasicColor (enum<string>)

This element must be one of the following enum values:

  • color1
  • color2
  • color3
  • color4
  • color5
  • color6
  • color7
  • color8
  • color9
  • color10
  • color11
  • color12
  • color13
  • color14

RadiusType (enum<string>)

This element must be one of the following enum values:

  • tiny
  • small
  • medium
  • regular
  • large

ComponentDefaultChild (jc-avatar | jc-bar-chart | jc-button | jc-card | jc-entity | jc-expander | jc-form | jc-icon | JCImageOnCustomComponentConfig | jc-interactive-image | jc-line-chart | jc-location | jc-pie-chart | jc-stage | jc-stepper | jc-text | jc-trend | JCVideoPlayerOnJigConfig | jc-view | jc-web-view)

The object must be any of the following types:

ComponentDefaultChild (jc-avatar)

ComponentDefaultChild (jc-bar-chart)

ComponentDefaultChild (jc-button)

ComponentDefaultChild (jc-card)

ComponentDefaultChild (jc-entity)

ComponentDefaultChild (jc-expander)

ComponentDefaultChild (jc-form)

ComponentDefaultChild (jc-icon)

ComponentDefaultChild (JCImageOnCustomComponentConfig)

ComponentDefaultChild (jc-interactive-image)

ComponentDefaultChild (jc-line-chart)

ComponentDefaultChild (jc-location)

ComponentDefaultChild (jc-pie-chart)

ComponentDefaultChild (jc-stage)

ComponentDefaultChild (jc-stepper)

ComponentDefaultChild (jc-text)

ComponentDefaultChild (jc-trend)

ComponentDefaultChild (JCVideoPlayerOnJigConfig)

ComponentDefaultChild (jc-view)

ComponentDefaultChild (jc-web-view)

FormChildrenFields (jc-text-field | jc-checkbox | jc-email-field | jc-number-field | jc-dropdown | jc-date-picker | jc-signature-field | jc-media-field | jc-avatar-field)

The object must be any of the following types:

FormChildrenFields (jc-text-field)

FormChildrenFields (jc-checkbox)

FormChildrenFields (jc-email-field)

FormChildrenFields (jc-number-field)

FormChildrenFields (jc-dropdown)

FormChildrenFields (jc-date-picker)

FormChildrenFields (jc-signature-field)

FormChildrenFields (jc-media-field)

FormChildrenFields (jc-avatar-field)

ResizeMode (enum<string>)

This element must be one of the following enum values:

  • contain
  • cover
  • stretch
  • center

JCImageURISource (Image Uri Source)

Properties of the JCImageURISource object:

Property

Type

Required

Description

uri

string | string

true



uri (string | string, required)

The object must be any of the following types:

uri (string)

JCVideoPlayerOnJigConfig (component.video-player)

Properties of the JCVideoPlayerOnJigConfig object:

Property

Type

Required

Description

type

component.video-player

true



instanceId

InstanceId | Expression

false



when

Expression | boolean

false



options

Video Player Options jigs

true



instanceId (InstanceId | Expression)

when (Expression | boolean)

options (Video Player Options (jigs), required)

Properties of the options object:

Property

Type

Required

Description

url

string | string

true

URL of the video

title

string | Expression | TextWithFormat | TextLocale

false

Title of the video

subtitle

string | Expression | TextWithFormat | TextLocale

false

Subtitle of the video

ratio

Ratio

false

Aspect ratio of the video (default = 16:9, only for non-YouTube videos)

autoplay

boolean | string

false

Autoplay the video (default = true)

loop

boolean | string

false

Loop the video (default = true)

onPress

keg-action-in-background

false

Action Keg component that will be triggered by pressing on this image.

url (string | string, required)

URL of the video

The object must be any of the following types:

url (string)

title (string | Expression | TextWithFormat | TextLocale)

Title of the video

subtitle (string | Expression | TextWithFormat | TextLocale)

Subtitle of the video

ratio (Ratio)

Aspect ratio of the video (default = 16:9, only for non-YouTube videos)

autoplay (boolean | string)

Autoplay the video (default = true)

The object must be any of the following types:

autoplay (string)

loop (boolean | string)

Loop the video (default = true)

The object must be any of the following types:

loop (string)

onPress (keg-action-in-background)

Action Keg component that will be triggered by pressing on this image.

Ratio (enum<string>)

This element must be one of the following enum values:

  • 16:9
  • 4:3

JCImageOnCustomComponentConfig (component.image)

Properties of the JCImageOnCustomComponentConfig object:

Property

Type

Required

Description

type

component.image

true



instanceId

InstanceId | Expression

false



when

Expression | boolean

false



options

object

true



instanceId (InstanceId | Expression)

when (Expression | boolean)

options (object, required)

Properties of the options object:

Property

Type

Required

Description

title

string | Expression | TextWithFormat | TextLocale

false

Title that could be displayed on/next to the image based on current context.

subtitle

string | Expression | TextWithFormat | TextLocale

false

Subtitle that could be displayed on/next to the image based on current context.

resizeMode

ResizeMode

false

Determines how to resize the image when the frame doesn't match the raw image dimensions.'cover': Scale the image uniformly (maintain the image's aspect ratio) so that both dimensions (width and height) of the image will be equal to or larger than the corresponding dimension of the view (minus padding).'contain': Scale the image uniformly (maintain the image's aspect ratio) so that both dimensions (width and height) of the image will be equal to or less than the corresponding dimension of the view (minus padding).'stretch': Scale width and height independently, This may change the aspect ratio of the src.'center': Scale the image down so that it is completely visible, if bigger than the area of the view. The image will not be scaled up.

source

JCImageURISource

true

The image source (either a remote URL or a local file resource). The currently supported formats are png, jpg, jpeg, bmp, gif, webp (Android only), psd (iOS only).

size

ImageSizeConfig | flexible

false



onPress

keg-action-in-background

false

Action Keg component that will be triggered by pressing on this image.

title (string | Expression | TextWithFormat | TextLocale)

Title that could be displayed on/next to the image based on current context.

subtitle (string | Expression | TextWithFormat | TextLocale)

Subtitle that could be displayed on/next to the image based on current context.

resizeMode (ResizeMode)

Determines how to resize the image when the frame doesn't match the raw image dimensions.

'cover': Scale the image uniformly (maintain the image's aspect ratio) so that both dimensions (width and height) of the image will be equal to or larger than the corresponding dimension of the view (minus padding).

'contain': Scale the image uniformly (maintain the image's aspect ratio) so that both dimensions (width and height) of the image will be equal to or less than the corresponding dimension of the view (minus padding).

'stretch': Scale width and height independently, This may change the aspect ratio of the src.

'center': Scale the image down so that it is completely visible, if bigger than the area of the view. The image will not be scaled up.

source (JCImageURISource, required)

The image source (either a remote URL or a local file resource). The currently supported formats are png, jpg, jpeg, bmp, gif, webp (Android only), psd (iOS only).

size (ImageSizeConfig | flexible)

The object must be any of the following types:

size (ImageSizeConfig)

onPress (keg-action-in-background)

Action Keg component that will be triggered by pressing on this image.

ImageSizeConfig (Static Size)

Properties of the ImageSizeConfig object:

Property

Type

Required

Description

height

number | string

false

Change constrain of image height. Remember to use a proper resizeMode toachieve the best results in all different device resolutions

width

number | string

false

Change constrain of image width. Remember to use a proper resizeMode toachieve the best results in all different device resolutions

height (number | string)

Change constrain of image height. Remember to use a proper resizeMode to achieve the best results in all different device resolutions

The object must be any of the following types:

height (string)

Default: 196

width (number | string)

Change constrain of image width. Remember to use a proper resizeMode to achieve the best results in all different device resolutions

The object must be any of the following types:

width (string)



Updated 25 Sep 2023
Did this page help you?
PREVIOUS
jc-video-player
NEXT
jc-web-view
Docs powered by
Archbee
TABLE OF CONTENTS
instanceId (InstanceId | Expression)
when (Expression | boolean)
options (View Options, required)
style (ViewStyleSpecification, required)
onPress (keg-action-in-background)
children (ComponentDefaultChild[], required)
emphasis (EmphasisDefinition)
Sub Schemas
ViewStyleSpecification (object)
emphasis (EmphasisDefinition)
flex (number | string | object)
flex (string)
flex (object)
direction (enum<string>)
grow (number | string)
grow (string)
basis (number | string | string)
basis (string)
shrink (number | string)
shrink (string)
wrap (enum<string>)
justifyContent (enum<string>)
alignItems (enum<string>)
alignContent (enum<string>)
alignSelf (enum<string>)
overflow (enum<string>)
position (enum<string>)
top (SpacingType | string)
top (SpacingType)
top (string)
right (SpacingType | string)
right (SpacingType)
right (string)
bottom (SpacingType | string)
bottom (SpacingType)
bottom (string)
left (SpacingType | string)
left (SpacingType)
left (string)
width (number | string | object)
width (string)
width (object)
value (number | string | string)
value (string)
min (number | string | string)
min (string)
max (number | string | string)
max (string)
height (number | string | object)
height (string)
height (object)
value (number | string | string)
value (string)
min (number | string | string)
min (string)
max (number | string | string)
max (string)
margin (SpacingType | string | object)
margin (SpacingType)
margin (string)
margin (object)
bottom (SpacingType | string)
bottom (SpacingType)
bottom (string)
end (SpacingType | string)
end (SpacingType)
end (string)
horizontal (SpacingType | string)
horizontal (SpacingType)
horizontal (string)
left (SpacingType | string)
left (SpacingType)
left (string)
right (SpacingType | string)
right (SpacingType)
right (string)
start (SpacingType | string)
start (SpacingType)
start (string)
top (SpacingType)
vertical (SpacingType | string)
vertical (SpacingType)
vertical (string)
padding (SpacingType | string | object)
padding (SpacingType)
padding (string)
padding (object)
bottom (SpacingType | string)
bottom (SpacingType)
bottom (string)
end (SpacingType | string)
end (SpacingType)
end (string)
horizontal (SpacingType | string)
horizontal (SpacingType)
horizontal (string)
left (SpacingType | string)
left (SpacingType)
left (string)
right (SpacingType | string)
right (SpacingType)
right (string)
start (SpacingType | string)
start (SpacingType)
start (string)
top (SpacingType | string)
top (SpacingType)
top (string)
vertical (SpacingType | string)
vertical (SpacingType)
vertical (string)
gap (SpacingType | string | object)
gap (SpacingType)
gap (string)
gap (object)
column (SpacingType | string)
column (SpacingType)
column (string)
row (SpacingType | string)
row (SpacingType)
row (string)
border (Border settings)
style (BorderStyleDefinition)
color (ColorOrConditionalColor)
emphasis (EmphasisDefinition)
top (object)
style (BorderStyleDefinition, required)
color (ColorOrConditionalColor)
emphasis (EmphasisDefinition)
bottom (object)
style (BorderStyleDefinition, required)
color (ColorOrConditionalColor)
emphasis (EmphasisDefinition)
left (object)
style (BorderStyleDefinition, required)
color (ColorOrConditionalColor)
emphasis (EmphasisDefinition)
right (object)
style (BorderStyleDefinition, required)
color (ColorOrConditionalColor)
emphasis (EmphasisDefinition)
start (object)
style (BorderStyleDefinition, required)
color (ColorOrConditionalColor)
emphasis (EmphasisDefinition)
end (object)
style (BorderStyleDefinition, required)
color (ColorOrConditionalColor)
emphasis (EmphasisDefinition)
radius (RadiusType | string | object)
radius (RadiusType)
radius (string)
radius (object)
topLeft (RadiusType | string)
topLeft (RadiusType)
topLeft (string)
topRight (RadiusType | string)
topRight (RadiusType)
topRight (string)
bottomLeft (RadiusType | string)
bottomLeft (RadiusType)
bottomLeft (string)
bottomRight (RadiusType | string)
bottomRight (RadiusType)
bottomRight (string)
background (object)
color (ColorOrConditionalColor)
emphasis (EmphasisDefinition)
EmphasisDefinition (extra-low | low | low-medium | medium | high | string)
EmphasisDefinition (string)
SpacingType (enum<string>)
BorderStyleDefinition (solid | transparent | string)
BorderStyleDefinition (string)
ColorOrConditionalColor (primary | BasicColor | string | object[])
ColorOrConditionalColor (BasicColor)
ColorOrConditionalColor (string)
ColorOrConditionalColor (object[])
BasicColor (enum<string>)
RadiusType (enum<string>)
ComponentDefaultChild (jc-avatar | jc-bar-chart | jc-button | jc-card | jc-entity | jc-expander | jc-form | jc-icon | JCImageOnCustomComponentConfig | jc-interactive-image | jc-line-chart | jc-location | jc-pie-chart | jc-stage | jc-stepper | jc-text | jc-trend | JCVideoPlayerOnJigConfig | jc-view | jc-web-view)
ComponentDefaultChild (jc-avatar)
ComponentDefaultChild (jc-bar-chart)
ComponentDefaultChild (jc-button)
ComponentDefaultChild (jc-card)
ComponentDefaultChild (jc-entity)
ComponentDefaultChild (jc-expander)
ComponentDefaultChild (jc-form)
ComponentDefaultChild (jc-icon)
ComponentDefaultChild (JCImageOnCustomComponentConfig)
ComponentDefaultChild (jc-interactive-image)
ComponentDefaultChild (jc-line-chart)
ComponentDefaultChild (jc-location)
ComponentDefaultChild (jc-pie-chart)
ComponentDefaultChild (jc-stage)
ComponentDefaultChild (jc-stepper)
ComponentDefaultChild (jc-text)
ComponentDefaultChild (jc-trend)
ComponentDefaultChild (JCVideoPlayerOnJigConfig)
ComponentDefaultChild (jc-view)
ComponentDefaultChild (jc-web-view)
FormChildrenFields (jc-text-field | jc-checkbox | jc-email-field | jc-number-field | jc-dropdown | jc-date-picker | jc-signature-field | jc-media-field | jc-avatar-field)
FormChildrenFields (jc-text-field)
FormChildrenFields (jc-checkbox)
FormChildrenFields (jc-email-field)
FormChildrenFields (jc-number-field)
FormChildrenFields (jc-dropdown)
FormChildrenFields (jc-date-picker)
FormChildrenFields (jc-signature-field)
FormChildrenFields (jc-media-field)
FormChildrenFields (jc-avatar-field)
ResizeMode (enum<string>)
JCImageURISource (Image Uri Source)
uri (string | string, required)
uri (string)
JCVideoPlayerOnJigConfig (component.video-player)
instanceId (InstanceId | Expression)
when (Expression | boolean)
options (Video Player Options (jigs), required)
url (string | string, required)
url (string)
title (string | Expression | TextWithFormat | TextLocale)
subtitle (string | Expression | TextWithFormat | TextLocale)
ratio (Ratio)
autoplay (boolean | string)
autoplay (string)
loop (boolean | string)
loop (string)
onPress (keg-action-in-background)
Ratio (enum<string>)
JCImageOnCustomComponentConfig (component.image)
instanceId (InstanceId | Expression)
when (Expression | boolean)
options (object, required)
title (string | Expression | TextWithFormat | TextLocale)
subtitle (string | Expression | TextWithFormat | TextLocale)
resizeMode (ResizeMode)
source (JCImageURISource, required)
size (ImageSizeConfig | flexible)
size (ImageSizeConfig)
onPress (keg-action-in-background)
ImageSizeConfig (Static Size)
height (number | string)
height (string)
width (number | string)
width (string)
Docs powered by
Archbee
Copyright © 2023 Jigx, Inc. All rights reserved. Terms of Service