Vixen
02b45cc4
csharp
public enum ReloadChannel

Which of the three things a reload can be about.

No guide page documents this yet — the page shows what the code says about itself.

Fields and properties (3)

  • Styles

    A .vcss changed. Nothing is rebuilt; the cascade runs again.

  • Markup

    A .vxml changed, and its component has been recompiled.

  • Component

    A component instance was replaced outright.

Used by (3)

  • HotReloadHostVixen.Ui.HotReload
  • HotReloadTestsVixen.Ui.HotReload.Tests
  • ReloadReportVixen.Ui.HotReload