EditorExperienceOptions(bool?, string?, bool?, string?)
Declaration
public EditorExperienceOptions(bool? SuggestAsAddAttribute = null, string? AddAttributeSuggestionTitle = null, bool? SuggestAsLiveTemplate = null, string? LiveTemplateSuggestionTitle = null)Parameters
| Type | Name | Description |
|---|---|---|
| bool? | SuggestAsAddAttribute | |
| string | AddAttributeSuggestionTitle | |
| bool? | SuggestAsLiveTemplate | |
| string | LiveTemplateSuggestionTitle |