-
Notifications
You must be signed in to change notification settings - Fork 38
MScrollStyle
-
-
TScrollSetPosition
Provides ability to move to a specific place. (Does not reflect where it is placed)-
position : Transform<Point>
-
position : Transform<Point>
-
TScrollBound
-
TScrollInspectVisible
Provide insight into what is currently visible.-
topleft : DynamicBehaviour<Point>
-
widthHeight : DynamicBehaviour<WidthHeight>
-
topleft : DynamicBehaviour<Point>
-
TScrollEnabled
-
enabled : Transform<bool>
-
enabled : Transform<bool>
-
TScrollDontHandle
Do not handle the mouse events, so they are also sent to stuff below -
TScrollPersistent
If false - hides scrollbars if no scroll is happening
true by default-
persistent : Transform<bool>
-
persistent : Transform<bool>
-
TScrollDisableMouseWheel
Disables Mouse Wheel -
TReverseMouseWheel
-
TScrollDisableOutOfBounds
-
disable : Transform<bool>
-
disable : Transform<bool>
-
TScrollKeysEnabled
-
enabled : Transform<bool>
-
enabled : Transform<bool>
-
TScrollbarsVisible
-
x : DynamicBehaviour<bool>
-
y : DynamicBehaviour<bool>
-
x : DynamicBehaviour<bool>
-
TScrollbars
-
x : TScrollbarStyle
-
y : TScrollbarStyle
-
x : TScrollbarStyle
-
TExpandOnHover
-
expand : bool
-
expand : bool
-
TScrollBarTop
-
TScrollBarStart
-
TScrollCropByContent
-
TScrollOutOfBounds
-
x : DynamicBehaviour<double>
-
y : DynamicBehaviour<double>
-
x : DynamicBehaviour<double>
-
TScrollWidthHeight
-
content : DynamicBehaviour<WidthHeight>
-
box : DynamicBehaviour<WidthHeight>
-
content : DynamicBehaviour<WidthHeight>
-
TEnabled
-
enabled : Transform<bool>
-
enabled : Transform<bool>
-
TOnScrolledToBottom
-
event : () -> void
-
event : () -> void
-
TOnScrolledToSide
-
event : () -> void
-
event : () -> void
-
TKeyFilter
-
fn : (key : KeyEvent) -> bool
-
fn : (key : KeyEvent) -> bool
-
TScrollFadeContent
-
color : int
-
width : double
-
color : int
-
TScrollMouseEnabled
-
enabled : Transform<bool>
-
enabled : Transform<bool>
-
TScrollPosition
-
position : DynamicBehaviour<Point>
-
position : DynamicBehaviour<Point>
-
TCurrentInteractive
-
current : DynamicBehaviour<Maybe<bool>>
-
current : DynamicBehaviour<Maybe<bool>>
-
TMouseXY
Where is the mouse in local x,y coordinates?-
point : DynamicBehaviour<Point>
-
point : DynamicBehaviour<Point>
-
TScrollMoving
-
moving : DynamicBehaviour<bool>
-
moving : DynamicBehaviour<bool>
-
TScrollXMoving
-
moving : DynamicBehaviour<bool>
-
moving : DynamicBehaviour<bool>
-
TScrollYMoving
-
moving : DynamicBehaviour<bool>
-
moving : DynamicBehaviour<bool>
-
TScrollInspectShowScrolling
-
show : DynamicBehaviour<bool>
-
show : DynamicBehaviour<bool>
-
TSetRTL
-
rtl : bool
-
rtl : bool
-
TScrollPercent
-
percent : DynamicBehaviour<Point>
-
percent : DynamicBehaviour<Point>
-
TScrollbarsAdditionalBox
-
box : Transform<WidthHeight>
-
box : Transform<WidthHeight>
-
TScrollbarOverlapContent
-
overlap : bool
-
overlap : bool
-
TScrollAxisEnabled
-
-
MScrollToFocusEnabled
-
enabled : Transform<bool>
-
enabled : Transform<bool>
-
AccessRole
-
AccessDescription
-
AccessKbdShortcutString
-
AccessSelectable
-
AccessCallback
-
AccessChildSelected
-
AccessFocused
-
AccessState
* **FAccessTabindex**<br /> * **tabindex** : [Transform](Transform)\<int\><br /> * **FAccessEnabled**<br /> * **enabled** : [Transform](Transform)\<bool\><br /> * **FAccessAttribute**<br /> * **name** : string<br /> * **value** : [Transform](Transform)\<string\><br /> * **FAccessStyle**<br /> * **name** : string<br /> * **value** : [Transform](Transform)\<string\><br /> * **FAccessTabOrder**<br /> * **tabOrder** : [Transform](Transform)\<\[ int \]\><br /> * **FAccessZorder**<br /> * **zOrder** : [Transform](Transform)\<int\><br /> * **FAccessVisible**<br /> * **visible** : [Transform](Transform)\<bool\><br />
-
TagName
-
LangAttribute
-
MEnabled
Disables inner clickable materials in most of the components-
enabled : Transform<bool>
-
enabled : Transform<bool>
-
MFocusEnabled
Enable or disable shortcuts and keys for focus, theme changer and feedback snapshots.-
enabled : Transform<bool>
-
enabled : Transform<bool>
-
MClickEnabled
Disable any mouse interaction without making component disabled-
enabled : Transform<bool>
-
enabled : Transform<bool>
-
MKeysEnabled
Disable any keyboard interaction without making component disabled-
enabled : Transform<bool>
-
enabled : Transform<bool>
-
IScriptBehaviour
-
name : string
-
beh : DynamicBehaviour<flow>
-
type : IScriptRecordType
-
name : string
-
MFocusName
-
name : string
-
name : string
-
MActive
-
active : DynamicBehaviour<bool>
-
active : DynamicBehaviour<bool>
-
MChildActive
Is there any child being focused, hovered or pressed (i.e. interacted by user)-
active : DynamicBehaviour<bool>
-
active : DynamicBehaviour<bool>
-
MFocusId
Set MFocus id which acts also as taborder inside parent MFocusGroup
Components with same MFocusId inside same parent can cause problems-
id : Transform<int>
-
id : Transform<int>
-
MFocused
Shows is this component focused
Also allows to set focus-
focused : DynamicBehaviour<bool>
-
focused : DynamicBehaviour<bool>
-
IScriptId
-
id : string
-
id : string
-
IScriptRecordingEnabled
-
enabled : Transform<bool>
-
enabled : Transform<bool>
-
MFocusVertical
Switch focus using up and down arrows-
vertical : bool
-
vertical : bool
-
MFocusHorizontal
Switch focus using left and right arrows-
horizontal : bool
-
horizontal : bool
-
MZorder
-
zorder : Transform<int>
-
zorder : Transform<int>
-
MHintMarkerEnabled
Shows pulsing circle around some clickable elements. The circle will disappear on hover or after click on the element.
False by default.-
enabled : Transform<bool>
-
enabled : Transform<bool>
-
MaterialTheme
-
palette : MaterialPalette
-
shape : MaterialShapeManager
-
type : MaterialFontManager
-
enableAnimations : bool
-
enableRipple : bool
-
palette : MaterialPalette
-
MLightBackground
Change material dark/light theme-
light : bool
-
light : bool
-
MGetParent
-
parent : DynamicBehaviour<Maybe<MFocusGroup>>
-
parent : DynamicBehaviour<Maybe<MFocusGroup>>
-
MSetParent
-
parent : Transform<Maybe<MFocusGroup>>
-
parent : Transform<Maybe<MFocusGroup>>
-
UpdateMaterialTheme
Create new MaterialTheme from the parent's one-
fn : (MaterialTheme) -> MaterialTheme
-
fn : (MaterialTheme) -> MaterialTheme
-
-
SetRTL
-
THovering
-
MEnabled
Disables inner clickable materials in most of the components-
enabled : Transform<bool>
-
enabled : Transform<bool>