Altair EEvision 2025.1 APIs
    Preparing search index...

    Type Alias AttributeOnLoad

    AttributeOnLoad: () => void

    Callback function that needs to be called by the AttributeHandler or ExtraAttributeHandler when it places a resource (like an image or video) in the attribute table that is loaded asynchronously. The callback must be called when the resource has been loaded such that the placement of the attribute window can be adjusted if necessary.

    Type declaration

      • (): void
      • Returns void