Type Alias AttributeHandlerResult
AttributeHandlerResult:
| { actions?: HTMLButtonElement[]; rows?: HTMLTableRowElement[] }
| null
Type declaration
- { actions?: HTMLButtonElement[]; rows?: HTMLTableRowElement[] }
Optional
actions?: HTMLButtonElement[]
Optional
rows?: HTMLTableRowElement[]
- null
Returned type of attribute handlers.