Props for HTMLBox. Same shape as HTMLHostProps: className is
merged with the jj-box class and style is layered on top of the default
box styling before reaching the underlying HTMLHost; the rest pass
through unchanged.
Skip measuring the rendered content and size the host from the graph
element's stored geometry instead. Cheaper, but the element no longer
auto-resizes when the React subtree changes.
Props for HTMLBox. Same shape as HTMLHostProps:
classNameis merged with thejj-boxclass andstyleis layered on top of the default box styling before reaching the underlying HTMLHost; the rest pass through unchanged.