-
Notifications
You must be signed in to change notification settings - Fork 0
newgroundsiodotnet.components.ngiogenericcomponentrequest
GlitchyPSIX edited this page Mar 30, 2025
·
4 revisions
Namespace: NewgroundsIODotNet.Components
public struct NgioGenericComponentRequest
Inheritance Object → ValueType → NgioGenericComponentRequest
Implements INgioComponentRequest
Attributes JsonConverterAttribute
public string Component { get; set; }
public Dictionary<string, object> Parameters { get; }
public object Echo { get; set; }
public bool RequiresSecureCall { get; set; }
NgioGenericComponentRequest(string component, object echo)
component
String
echo
Object