public static interface TextInputField.HtmlNameSupported
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getHtmlName() |
void |
setHtmlName(java.lang.String htmlName)
Sets the given
htmlName as a value of "name" HTML attribute. |
@StudioProperty void setHtmlName(@Nullable java.lang.String htmlName)
htmlName as a value of "name" HTML attribute.htmlName - name@Nullable java.lang.String getHtmlName()