VdomMutation
ClassNamespace:
RazorConsole.Core.VdomAssembly:
RazorConsole.CoreDefinition
public sealed record VdomMutation : IEquatable<VdomMutation>Constructors
1| Name | Type | Description |
|---|---|---|
VdomMutation(VdomMutationKind, IReadOnlyList<int>, VNode?, string?, IReadOnlyDictionary<string, string?>?)() | Constructor | — |
Properties
5| Name | Type | Description |
|---|---|---|
Common | ||
Text | String | — |
Other | ||
Attributes | IReadOnlyDictionary<String, String> | — |
Kind | VdomMutationKind | — |
Node | VNode | — |
Path | IReadOnlyList<Int32> | — |