Vixen
02b45cc4
csharp
public enum BoundAttributeKind

What an attribute turned out to mean.

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

Fields and properties (4)

  • Parameter

    An ordinary value: a class list, a component parameter.

  • Event

    An event handler, from on:click or the onclick alias.

  • Bind

    A two-way binding, from bind:value.

  • Key

    The reconciler's identity for this element, from key.

Used by (5)

  • BinderVixen.Ui.Markup
  • BinderTestsVixen.Ui.Markup.Tests
  • BoundAttributeVixen.Ui.Markup
  • BoundElementVixen.Ui.Markup
  • ComponentEmitterVixen.Ui.Markup