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