We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
register_renderable
I think the right way to go about this is to provide a trait:
WebIO.renderable(x::T) = true # and WebIO.renderable(x::Any) = false
Then the backends are to be hooked up to always use WebIO.render when this trait is true.
WebIO.render
Best way to do this is have backends depend on WebIO.
The text was updated successfully, but these errors were encountered:
eval()
Main
This is better now™. We have a @register_renderable macro and should only get better with the way that IJulia and things are moving.
@register_renderable
Sorry, something went wrong.
No branches or pull requests
I think the right way to go about this is to provide a trait:
Then the backends are to be hooked up to always use
WebIO.render
when this trait is true.Best way to do this is have backends depend on WebIO.
The text was updated successfully, but these errors were encountered: