WindowSpec.Closable property
When true the chrome draws a ✕ close glyph that hides the window. Defaults false (plugin windows manage their own visibility). Independent of Draggable so a window can be draggable without a close button (e.g. the Settings hub).
public bool Closable { get; set; }See Also
Section titled “See Also”- record WindowSpec
- namespace Stellar.Abstractions.Domain