Vixen
dd8b0a81
csharp
public sealed class PaletteRow

One row of the palette.

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

Fields and properties (7)

  • protected override string TagName

    The element name this type answers to when a caller does not choose one.

  • public UiElement CategoryPart

    Where this row's result came from.

  • public UiElement DetailPart

    The shortcut or path on the right, if there is one.

  • public int Index

    Which result it is showing, as an index into the palette's list.

  • public string Category

    Where this row's result came from, as text a binding can write.

  • public string Detail
  • public bool Selected

    Whether this is the row Enter would run.

Methods (1)

  • protected override void OnCreated()

    Builds whatever this element is made of, once, as it joins a document.

Used by (2)

  • CommandPaletteVixen.Editor.Ui
  • PaletteTestsVixen.Editor.Ui.Tests