Scope: Reloadable

import Quickshell

Scope that propagates reloads to child items in order. More

Properties

Detailed Description

Convenience type equivalent to setting Reloadable.reloadableId for all children.

Note that this does not work for visible Items (all widgets).

ShellRoot {
  Variants {
    variants: ...

    Scope {
      // everything in here behaves the same as if it was defined
      // directly in `Variants` reload-wise.
    }
  }
}

Property Details

[default, readonly]

children: list<QtObject>

No details provided.