Class Hover
This Component defines Frame behaviour on mouse-over and may contain other Components.
-
self:Add (component)
-
Adds a new Component.
Parameters:
-
self:Remove (subtype)
-
Removes a Component.
Parameters:
- subtype
string
The Subtype of the Component to be removed.
-
self:Replace (component)
-
Replaces a Component.
Parameters:
- component
Component
The Component to be added.
-
Hover:Hover ([initialComponents])
-
Hover constructor.
Parameters:
- initialComponents
table
A table of Components to be contained in this Hover Component.
(optional)
-
self.Components.get ()
-
Returns the Hover Component's Components.
Returns:
table
-
self.Stylesheet.get ()
-
Updates and returns the Hover Component's stylesheet.
Returns:
string