Skip to content
Docs Try Aspire
Docs Try

InteractionInput

Type
📦 Aspire.Hosting v13.4.0
type InteractionInput = {
Name: string;
Label?: string;
Description?: string;
EnableDescriptionMarkdown?: boolean;
InputType: InputType;
Required?: boolean;
Options: String]][];
DynamicLoading?: InputLoadOptions;
Value: string;
Placeholder?: string;
AllowCustomChoice?: boolean;
Disabled: boolean;
MaxLength?: number;
}

Fields

Name string
Label string optional
Description string optional
EnableDescriptionMarkdown boolean optional
InputType InputType
Required boolean optional
Options String]][]
DynamicLoading InputLoadOptions optional
Value string
Placeholder string optional
AllowCustomChoice boolean optional
Disabled boolean
MaxLength number optional