DataAttributes
in package
Arbitrary data-* attributes.
Keys are the suffix after "data-" (e.g. "test-id" renders as data-test-id="…").
Tags
Table of Contents
Properties
- $items : array<string|int, mixed>
Methods
- __construct() : mixed
Properties
$items
public
array<string|int, mixed>
$items
= []
Methods
__construct()
public
__construct([array<non-empty-string, string> $items = [] ]) : mixed
Parameters
- $items : array<non-empty-string, string> = []