final | |
|---|---|
readonly | |
extends |
AbstractControl |
Typed DTO for sap.m.OverflowToolbar — the responsive toolbar that
UI5 uses inside card-header toolbars and similar chrome where actions
may need to collapse into a ⋯ overflow on narrow surfaces.
The dashboard composition seat for this is {@see \LaravelUi5\Core\Ui5\Controls\Sap\F\Cards\Header::$toolbar}. Contents are typically {@see Button}s; the walker materialises each nested control and the OverflowToolbar handles their layout + collapse behaviour automatically at render time.
Minimal surface at v0.9 — just the content array. UI5's defaults for design / style / height / active are accepted as-is until a real consumer asks for tighter control.
| Methods | ||
|---|---|---|
public
|
__construct(WireElement[] $content = [])
|
# |
public
|
ui5Class(): string
|
# |
| Methods inherited from LaravelUi5\Core\Ui5\Controls\AbstractControl |
|---|
jsonSerialize() |
| Properties | |||
|---|---|---|---|
public
|
WireElement[]
|
$content
|
# |