Show raw api
{
"functions": [],
"properties": [],
"types": [
{
"name": "CommonProps",
"desc": "",
"fields": [
{
"name": "Disabled",
"lua_type": "boolean?",
"desc": ""
},
{
"name": "AnchorPoint",
"lua_type": "Vector2?",
"desc": ""
},
{
"name": "Position",
"lua_type": "UDim2?",
"desc": ""
},
{
"name": "Size",
"lua_type": "UDim2?",
"desc": ""
},
{
"name": "LayoutOrder",
"lua_type": "number?",
"desc": ""
},
{
"name": "ZIndex",
"lua_type": "number?",
"desc": ""
}
],
"source": {
"line": 24,
"path": "src/CommonProps.luau"
}
}
],
"name": "CommonProps",
"desc": "The props listed here are accepted by every component except where explicitly noted.\nThese props are accepted in addition to the props specified by components on their API pages.\n\n:::info\nThis file is not exported and serves only to host an internal type and documentation.\n:::",
"private": true,
"source": {
"line": 12,
"path": "src/CommonProps.luau"
}
}