Vixen
dd8b0a81
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 (13)

  • 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.

  • Ref

    A member of the generated class to assign this element to, from ref.

  • Changed

    A value-change handler, from change:Value.

  • Refs

    An @for row's element, registered into a keyed handle, from refs.

  • Tag

    The element name to create a capitalised tag under, from tag.

  • Use

    An expression to run against what the tag made, from use.

  • Slot

    Which of a component's slots this child goes into, from slot="footer".

  • Help

    A sentence describing this element, from help="Save the scene".

  • ContextMenu

    The menu a secondary click on this element opens, from context-menu="@Menu".

  • Exit

    How long a leaving row is kept, from exit="200ms".

Used by (5)

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