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