Altair EEvision 2025.1 APIs
    Preparing search index...

    Type Alias AttributeHandlerResult

    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