Implements
Namespace: Metalama.Framework.Aspects
Assembly: Metalama.Framework.dll
Syntax
public sealed record EditorExperienceOptions : IEquatable<EditorExperienceOptions>
Constructors
Name | Description |
---|---|
EditorExperienceOptions(bool?, string?, bool?, string?) |
Properties
Name | Description |
---|---|
AddAttributeSuggestionTitle | |
Default | |
LiveTemplateSuggestionTitle | |
SuggestAsAddAttribute | |
SuggestAsLiveTemplate |
Methods
Name | Description |
---|---|
Deconstruct(out bool?, out string?, out bool?, out string?) | |
Equals(EditorExperienceOptions?) | |
Equals(object?) | |
GetHashCode() | |
ToString() |
Operators
Name | Description |
---|---|
operator ==(EditorExperienceOptions?, EditorExperienceOptions?) | |
operator !=(EditorExperienceOptions?, EditorExperienceOptions?) |