StudioComponents
StudioComponents copied to clipboard
Panel
Purpose:
- Widget fallback
- Serves as a mini pop-up
API:
Title = "Panel.defaultProps.Title"
MaximumWindowSize = Vector2.new(math.huge, math.huge)
InitalWindowSize = Vector2.new(300, 200)
MinimumWindowSize = Vector2.new(0, 0)
InitalPlacement = Vector2.new(20, 20)
OnClosed = function() end
Adjustable = true
Closable = true
Consideration:
- It copies the closing behavior of the widget component currently. Is it worth retaining here at all?
- ImageButton is being kept private because I don't think it's ready for public usage. I think it should be merged with BaseButton, but I'm now sure how to do it.