public
|
__construct(
string $header = '',
TileContent[] $tileContent = [],
FrameType $frameType = FrameType::OneByOne,
?string $subheader = null,
?GenericTileMode $mode = null,
?GenericTileScope $scope = null,
?TileSizeBehavior $sizeBehavior = null,
?WrappingType $wrappingType = null,
?LoadState $state = null,
?string $failedText = null,
?string $systemInfo = null,
?string $additionalTooltip = null,
?string $imageDescription = null,
?ValueColor $valueColor = null,
?string $backgroundColor = null,
?string $backgroundImage = null,
?string $headerImage = null,
?string $tileIcon = null,
?string $tileBadge = null,
?string $width = null,
?string $url = null,
?bool $enableNavigationButton = null,
?string $navigationButtonText = null,
?bool $pressEnabled = null,
?GridContainerItemLayoutData $layoutData = null,
array<string, mixed>|null $parameters = null,
Margin|ContentPadding|string|null $class = null,
?bool $enableDynamicHeight = null,
?bool $enableIconFrame = null,
?Priority $priority = null,
?string $priorityText = null,
?string $badgeIcon = null,
?ValueState $badgeValueState = null,
)
`sap.m.ActionTile` — a GenericTile specialised for todos and situations.
sap.m.ActionTile — a GenericTile specialised for todos and situations.
Every parameter carries the UI5 property of the same name; a null seat is omitted
from the wire, so UI5's own default applies. What each property means and what it
defaults to is SAP's documentation — follow the link rather than looking for a copy
of it here.
LaravelUi5's own seats, documented below: class, parameters.
Parameters
| $tileContent |
the tile's content wrappers (each holds one Payload)
|
| $parameters |
press-intent payload; omitted when null
|
| $class |
optional CSS class(es); omitted when null
|
Overrides
|
#
|