blob: 3fc77dc491795c3892215d9d91d1883382aa95de [file]
{
"name": "LayoutSizingStyle",
"key": {
"int": 1056,
"string": "layoutsizingstyle"
},
"extends": "component.json",
"abstract": true,
"properties": {
"minWidth": {
"type": "double",
"initialValue": "0",
"animates": true,
"group": "layoutmin",
"key": {
"int": 502,
"string": "minwidth"
},
"description": "Min width of the item.",
"bindable": true
},
"maxWidth": {
"type": "double",
"initialValue": "0",
"animates": true,
"group": "layoutmax",
"key": {
"int": 500,
"string": "maxwidth"
},
"description": "Max width of the item.",
"bindable": true
},
"minHeight": {
"type": "double",
"initialValue": "0",
"animates": true,
"group": "layoutmin",
"key": {
"int": 503,
"string": "minheight"
},
"description": "Min height of the item.",
"bindable": true
},
"maxHeight": {
"type": "double",
"initialValue": "0",
"animates": true,
"group": "layoutmax",
"key": {
"int": 501,
"string": "maxheight"
},
"description": "Max height of the item.",
"bindable": true
},
"layoutWidthScaleType": {
"type": "uint8",
"initialValue": "0",
"animates": true,
"key": {
"int": 655,
"string": "layoutwidthscaletype"
},
"bindable": true
},
"layoutHeightScaleType": {
"type": "uint8",
"initialValue": "0",
"animates": true,
"key": {
"int": 656,
"string": "layoutheightscaletype"
},
"bindable": true
},
"widthUnitsValue": {
"type": "uint8",
"initialValue": "1",
"key": {
"int": 607,
"string": "widthunitsvalue"
},
"description": ""
},
"heightUnitsValue": {
"type": "uint8",
"initialValue": "1",
"key": {
"int": 608,
"string": "heightunitsvalue"
},
"description": ""
},
"minWidthUnitsValue": {
"type": "uint8",
"initialValue": "0",
"group": "layoutmin",
"key": {
"int": 627,
"string": "minwidthunitsvalue"
},
"description": ""
},
"maxWidthUnitsValue": {
"type": "uint8",
"initialValue": "0",
"group": "layoutmax",
"key": {
"int": 629,
"string": "maxwidthunitsvalue"
},
"description": ""
},
"minHeightUnitsValue": {
"type": "uint8",
"initialValue": "0",
"group": "layoutmin",
"key": {
"int": 628,
"string": "minheightunitsvalue"
},
"description": ""
},
"maxHeightUnitsValue": {
"type": "uint8",
"initialValue": "0",
"group": "layoutmax",
"key": {
"int": 630,
"string": "maxheightunitsvalue"
},
"description": ""
},
"justifySelfValue": {
"type": "uint8",
"initialValue": "6",
"animates": true,
"key": {
"int": 1046,
"string": "justifyself"
},
"description": "Inline-axis alignment of this item within its grid area; same values as justify items.",
"bindable": true
},
"displayValue": {
"type": "uint8",
"initialValue": "0",
"animates": true,
"key": {
"int": 596,
"string": "displayvalue"
},
"description": "",
"bindable": true
},
"flex": {
"type": "double",
"initialValue": "0",
"animates": true,
"key": {
"int": 520,
"string": "flex"
},
"description": "Unused: the layout engines never read this. Alignment is derived from alignmentType and fill weight from scaleType + fractionalWidth/Height. Kept editor-side (runtime: false) rather than deleted so existing files round-trip; delete once nothing references the key.",
"bindable": true,
"runtime": false
},
"flexGrow": {
"type": "double",
"initialValue": "0",
"animates": true,
"key": {
"int": 521,
"string": "flexgrow"
},
"description": "Unused: the layout engines never read this. Alignment is derived from alignmentType and fill weight from scaleType + fractionalWidth/Height. Kept editor-side (runtime: false) rather than deleted so existing files round-trip; delete once nothing references the key.",
"bindable": true,
"runtime": false
},
"flexShrink": {
"type": "double",
"initialValue": "1",
"animates": true,
"key": {
"int": 522,
"string": "flexshrink"
},
"description": "Unused: the layout engines never read this. Alignment is derived from alignmentType and fill weight from scaleType + fractionalWidth/Height. Kept editor-side (runtime: false) rather than deleted so existing files round-trip; delete once nothing references the key.",
"bindable": true,
"runtime": false
},
"alignSelfValue": {
"type": "uint8",
"initialValue": "0",
"animates": true,
"key": {
"int": 602,
"string": "alignselfvalue"
},
"description": "Unused: the layout engines never read this. Alignment is derived from alignmentType and fill weight from scaleType + fractionalWidth/Height. Kept editor-side (runtime: false) rather than deleted so existing files round-trip; delete once nothing references the key.",
"runtime": false
}
}
}