@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="Object")
public interface ConvertCoordinateOptions
| Modifier and Type | Method and Description |
|---|---|
static ConvertCoordinateOptions |
create() |
java.lang.String |
fromBox() |
default ConvertCoordinateOptions |
fromBox(java.lang.String fromBox) |
void |
setFromBox(java.lang.String fromBox) |
void |
setToBox(java.lang.String toBox) |
java.lang.String |
toBox() |
default ConvertCoordinateOptions |
toBox(java.lang.String toBox) |
@JsOverlay @Nonnull static ConvertCoordinateOptions create()
@JsProperty(name="fromBox") @CSSBoxType java.lang.String fromBox()
@JsProperty void setFromBox(@CSSBoxType @Nonnull java.lang.String fromBox)
@JsOverlay @Nonnull default ConvertCoordinateOptions fromBox(@CSSBoxType @Nonnull java.lang.String fromBox)
@JsProperty(name="toBox") @CSSBoxType java.lang.String toBox()
@JsProperty void setToBox(@CSSBoxType @Nonnull java.lang.String toBox)
@JsOverlay @Nonnull default ConvertCoordinateOptions toBox(@CSSBoxType @Nonnull java.lang.String toBox)