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