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