Table of Contents

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

string

InsertText

Text to be inserted when the hint is accepted.

public required string InsertText { get; init; }

Property Value

string

Label

The hint label.

public required string Label { get; init; }

Property Value

string

Language

public required string Language { get; init; }

Property Value

string