public enum BoundAttributeKindWhat 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)
ParameterAn ordinary value: a class list, a component parameter.
EventAn event handler, from on:click or the onclick alias.
BindA two-way binding, from bind:value.
KeyThe reconciler's identity for this element, from key.
RefA member of the generated class to assign this element to, from ref.
ChangedA value-change handler, from change:Value.
RefsAn @for row's element, registered into a keyed handle, from refs.
TagThe element name to create a capitalised tag under, from tag.
UseAn expression to run against what the tag made, from use.
SlotWhich of a component's slots this child goes into, from slot="footer".
HelpA sentence describing this element, from help="Save the scene".
ContextMenuThe menu a secondary click on this element opens, from context-menu="@Menu".
ExitHow 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