Class CodeEditorHint
- Namespace
- JJMasterData.Web.Components
- Assembly
- JJMasterData.Web.dll
public sealed class CodeEditorHint
- Inheritance
-
CodeEditorHint
- Inherited Members
Properties
Details
Details about the hint.
public required string Details { get; init; }
Property Value
InsertText
Text to be inserted when the hint is accepted.
public required string InsertText { get; init; }
Property Value
Label
The hint label.
public required string Label { get; init; }
Property Value
Language
public required string Language { get; init; }