Constructs a Core instance.
OptionalcheckEnabled?: booleanWhether checking tiles is enabled.
Specific class names to target for.
Container.
The direction of the live tile layout.
OptionaldragEnabled?: booleanWhether drag-n-drop is enabled.
Gap between groups in logical pixels.
OptionalgroupHeight?: numberHeight in 1x1 tiles, effective only
in a horizontal layout (must be >= 4).
OptionalgroupWidth?: numberGroup width in 1x1 tiles, effective only
in a vertical layout (must be >= 4).
OptionalinlineGroups?: numberNumber of inline groups, effective only
in a vertical layout (must be >= 1).
Group label height in logical pixels.
OptionalrenamingGroupsEnabled?: booleanWhether renaming groups is enabled.
Optionalrtl?: booleanWhether to use right-to-left group label inputs.
The size of a 1x1 tile in logical pixels.
Gap between tiles in logical pixels.
Bulk change event.
Event indicating which tiles are currently checked.
Event that dispatches when a tile is clicked.
Event that dispatches when right click occurs in a tile. Default behavior is prevented beforehand.
Tile's drag start event.
Tile's drag move event.
Tile's drag start event.
Event that dispatches when right click occurs in a group's label. Default behavior is not prevented beforehand.
Group's drag start event.
Group's drag move event.
Group's drag start event.
Rename group event.
Reorder groups event. (index => groupId)
Whether checking tiles is enabled.
The direction of the live tile layout.
Whether drag-n-drop is enabled.
Gap between groups in logical pixels.
Group height in 1x1 tiles, effective only
in a horizontal layout (must be >= 4).
Group width in 1x1 tiles, effective only
in a vertical layout (must be >= 4).
Number of inline groups, effective only
in a vertical layout. (Must be >= 1.)
Group's label height in logical pixels.
Whether renaming groups is enabled.
Whether to use right-to-left group label inputs.
1x1 tile size in logical pixels.
Gap between tiles in logical pixels.
Checks all tiles.
Sets whether a tile is checked or not.
Destroys the Core instance, disposing
of any observers and handlers.
Detects a node (tile or group) and checks if it has changed, re-positioning and rearranging things up, transferring group or removing item.
Optionaloptions: boolean | SAOffEventOptionsOptionaloptions: boolean | SAOffEventOptionsOptionaloptions: boolean | SAOnEventOptionsOptionaloptions: boolean | SAOnEventOptionsRequests a deferred rearrangement.
Rearranges the layout when the minimum scale to make it work is reached.
Calling this method may be necessary if the container is initially scaled to zero.
Unchecks all tiles.
Live tiles core implementation.