directory property
bool directorySource
@DomName('HTMLInputElement.webkitdirectory') @DocsEditable() @SupportedBrowser(SupportedBrowser.CHROME) @SupportedBrowser(SupportedBrowser.SAFARI) @Experimental() // https://plus.sandbox.google.com/+AddyOsmani/posts/Dk5UhZ6zfF3 bool get directory => _blink.BlinkHTMLInputElement.instance.webkitdirectory_Getter_(this);void directory=(
Source
@DomName('HTMLInputElement.webkitdirectory') @DocsEditable() @SupportedBrowser(SupportedBrowser.CHROME) @SupportedBrowser(SupportedBrowser.SAFARI) @Experimental() // https://plus.sandbox.google.com/+AddyOsmani/posts/Dk5UhZ6zfF3 set directory(bool value) => _blink.BlinkHTMLInputElement.instance .webkitdirectory_Setter_(this, value);
© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/1.24.3/dart-html/InputElement/directory.html