@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="Object")
public interface FileSystemGetDirectoryOptions
| Modifier and Type | Interface and Description |
|---|---|
static interface |
FileSystemGetDirectoryOptions.Builder |
| Modifier and Type | Method and Description |
|---|---|
boolean |
create() |
static FileSystemGetDirectoryOptions.Builder |
of() |
void |
setCreate(boolean create) |
@JsOverlay @Nonnull static FileSystemGetDirectoryOptions.Builder of()
@JsProperty(name="create") boolean create()
@JsProperty void setCreate(boolean create)