@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="GlobalDescriptor")
public interface GlobalDescriptor
| Modifier and Type | Interface and Description |
|---|---|
static interface |
GlobalDescriptor.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GlobalDescriptor.Builder |
create(java.lang.String value) |
boolean |
mutable() |
void |
setMutable(boolean mutable) |
void |
setValue(java.lang.String value) |
java.lang.String |
value() |
@JsOverlay @Nonnull static GlobalDescriptor.Builder create(@ValueType @Nonnull java.lang.String value)
@JsProperty(name="mutable") boolean mutable()
@JsProperty void setMutable(boolean mutable)
@JsProperty(name="value") @ValueType @Nonnull java.lang.String value()
@JsProperty void setValue(@ValueType @Nonnull java.lang.String value)