Skip to main content

CommonProps

This item is only intended to be used by the module's authors. Private

The props listed here are accepted by every component except where explicitly noted. These props are accepted in addition to the props specified by components on their API pages.

info

This file is not exported and serves only to host an internal type and documentation.

Types

CommonProps

interface CommonProps {
Disabledboolean?
AnchorPointVector2?
PositionUDim2?
SizeUDim2?
LayoutOrdernumber?
ZIndexnumber?
}
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"
    }
}