AttributeHandlerResult:
    | { actions?: HTMLButtonElement[]; rows?: HTMLTableRowElement[] }
    | null

Returned type of attribute handlers.

Type declaration

  • { actions?: HTMLButtonElement[]; rows?: HTMLTableRowElement[] }
    • Optionalactions?: HTMLButtonElement[]

      Additional actions in the balloon window.

    • Optionalrows?: HTMLTableRowElement[]

      Additional table rows.

  • null