Skip to the content.

PromptPlus API:SuggestionInput

Build Publish License NuGet Downloads

Back to List Api

SuggestionInput

Namespace: PPlus.Controls

Represents The Suggestion Input struct.

public struct SuggestionInput

Inheritance ObjectValueTypeSuggestionInput

Properties

Context

Get generic context parameter

public object Context { get; }

Property Value

Object

Text

Get Suggestion Text input

public string Text { get; }

Property Value

String

Constructors

SuggestionInput()

Create a SuggestionInput

SuggestionInput()

Remarks:

Do not use this constructor!


Back to List Api