Type Definition wrend::RendererDataJsInner
source · [−]pub type RendererDataJsInner = RendererData<String, String, String, String, String, String, String, String, String, String, Object>;Expand description
Wrapper around RendererData to make it callable from JavaScript.
Types are adjusted to only use JavaScript-compatible types and no generics.