Glimmer DSL for LibUI v0.5.18 Release Notes

    • CustomWindow.launch(...) returns the launched application/custom-window (e.g. PaginatedRefinedTable.launch returns the PaginatedRefinedTable instance that was automatically constructed)
    • CustomWindow.launched_application/CustomWindow.launched_custom_window returns the launched application of a previous .launch call. This can be useful for rescuing errors and performing cleanup on the view object attributes after .launch returned.