Skip to content

newgroundsiodotnet.components.ngiogenericcomponentrequest

GlitchyPSIX edited this page Mar 30, 2025 · 4 revisions

NgioGenericComponentRequest

Namespace: NewgroundsIODotNet.Components

public struct NgioGenericComponentRequest

Inheritance ObjectValueTypeNgioGenericComponentRequest
Implements INgioComponentRequest
Attributes JsonConverterAttribute

Properties

Component

public string Component { get; set; }

Property Value

String

Parameters

public Dictionary<string, object> Parameters { get; }

Property Value

Dictionary<String, Object>

Echo

public object Echo { get; set; }

Property Value

Object

RequiresSecureCall

public bool RequiresSecureCall { get; set; }

Property Value

Boolean

Constructors

NgioGenericComponentRequest(String, Object)

NgioGenericComponentRequest(string component, object echo)

Parameters

component String

echo Object

Clone this wiki locally