2020-07-31 23:07:00 -03:00
|
|
|
interface HTMLSelectElement : HTMLElement {
|
|
|
|
|
|
2020-11-09 05:15:10 -03:00
|
|
|
[Reflect] attribute boolean disabled;
|
|
|
|
|
[Reflect] attribute boolean multiple;
|
|
|
|
|
[Reflect] attribute boolean required;
|
2020-07-31 23:07:00 -03:00
|
|
|
|
2020-12-09 18:26:42 -03:00
|
|
|
};
|