Type interface
Inheritance
ISpriteSettings extends IEntitySettings
, any
.
ISpriteSettings is extended by IGraphicsSettings
, IContainerSettings
, IPictureSettings
.
Properties
active # |
Type Indicates if element is currently active. |
---|---|
blur # |
Type Apply blur filter. Ranges of values in pixels: IMPORTANT: This setting is not supported in Safari browsers. Click here for more info |
brightness # |
Type Modifty visual brightness. Range of values: IMPORTANT: This setting is not supported in Safari browsers. Click here for more info |
centerX # |
Type X coordinate of the center of the element relative to itself. Center coordinates will affect placement as well as rotation pivot point. |
centerY # |
Type Y coordinate of the center of the element relative to itself. Center coordinates will affect placement as well as rotation pivot point. |
contrast # |
Type Modify contrast. Range of values: IMPORTANT: This setting is not supported in Safari browsers. Click here for more info |
crisp # |
Type Default If set to It will round x/y position so it is positioned fine "on pixel". It will also adjust NOTE: this is might not universally work, especially when set on several objects that are supposed to fit perfectly with each other. @since 5.3.0 |
cursorOverStyle # |
Type A named mouse cursor style to show when hovering this element. Click here for more info |
dateFormatter # |
Type An instance of Click here for more info |
disabled # |
Type Indicates if element is disabled. |
draggable # |
Type If set to |
durationFormatter # |
Type An instance of Click here for more info |
dx # |
Type Horizontal shift in pixels. Can be negative to shift leftward. |
dy # |
Type Vertical shift in pixels. Can be negative to shift upward. |
exportable # |
Type If set to |
forceHidden # |
Type If set to |
forceInactive # |
Type If set to @since 5.0.21 |
height # |
Type Element's absolute height in pixels (numeric value) or relative height to parent ( |
hue # |
Type Rotate HUE colors in degrees. Range of values: IMPORTANT: This setting is not supported in Safari browsers. Click here for more info |
id # |
Type Inherited from A custom string ID for the element. If set, element can be looked up via Will raise error if an element with the same ID already exists. |
interactive # |
Type Should this element accept user interaction events? |
invert # |
Type Invert colors. Range of values: IMPORTANT: This setting is not supported in Safari browsers. Click here for more info |
isMeasured # |
Type If set to |
layer # |
Type Numeric layer to put element in. Elements with higher number will appear in front of the ones with lower numer. If not set, will inherit layer from its ascendants. |
layerMargin # |
Type Margins for the layer. Can be used to make the layer larger/or smaller than default chart size. @since @5.2.39 |
marginBottom # |
Type Bottom margin in pixels. |
marginLeft # |
Type Left margin in pixels. |
marginRight # |
Type Right margin in pixels. |
marginTop # |
Type Top margin in pixels. |
maxHeight # |
Type Maximum allowed height in pixels. |
maxWidth # |
Type Maximum allowed width in pixels. |
minHeight # |
Type Minimum allowed height in pixels. |
minWidth # |
Type Minimum allowed width in pixels. |
numberFormatter # |
Type An instance of Click here for more info |
opacity # |
Type Opacity. 0 - fully transparent; 1 - fully opaque. |
position # |
Type Positioning of the element. |
rotation # |
Type Rotation in degrees. |
saturate # |
Type Modify saturation. Range of values in pixels:
Click here for more info |
scale # |
Type Scale. Setting to a value less than 1 will shrink object. |
sepia # |
Type Apply sepia filter. Range of values: IMPORTANT: This setting is not supported in Safari browsers. Click here for more info |
showTooltipOn # |
Type Default Defines when tooltip is shown over the element. Available options:
Click here for more info |
stateAnimationDuration # |
Type Inherited from Duration of transition from one state to another. |
stateAnimationEasing # |
Type Inherited from Easing of transition from one state to another. |
templateField # |
Type Allows binding element's settings to data. Click here for more info |
themeTags # |
Type Inherited from Tags which can be used by the theme rules. Click here for more info |
themeTagsSelf # |
Type Inherited from Tags which can be used by the theme rules. These tags only apply to this object, not any children. Click here for more info |
themes # |
Type Inherited from A list of themes applied to the element. |
toggleKey # |
Type If set, element will toggle specified boolean setting between |
tooltip # |
Type
|
tooltipHTML # |
Type HTML content to show in a tooltip when hovered. @since 5.2.11 |
tooltipPosition # |
Type Tooltip position. |
tooltipText # |
Type Text to show in a tooltip when hovered. |
tooltipX # |
Type Tooltip pointer X coordinate relative to the element itself. |
tooltipY # |
Type Tooltip pointer Y coordinate relative to the element itself. |
userData # |
Type Inherited from A storage for any custom user data that needs to be associated with the element. |
visible # |
Type Is element visible? |
wheelable # |
Type If set to |
width # |
Type Element's absolute width in pixels (numeric value) or relative width to parent ( |
x # |
Type X position relative to parent. |
y # |
Type Y position relative to parent. |
There are 7 inherited items currently hidden from this list. |