Property CustomId
- Namespace
- DisCatSharp.Entities
- Assembly
- DisCatSharp.dll
CustomId
The custom Id of this text input component. This is sent back when the form is submitted.
[JsonProperty("custom_id", NullValueHandling = NullValueHandling.Ignore)]
public override string? CustomId { get; }