Kino.ETS.new

You're seeing just the function new, go back to Kino.ETS module for more information.

Specs

new(:ets.tid()) :: t()

Starts a widget process representing the given ETS table.

Note that private tables cannot be read by an arbitrary process, so the given table must have either public or protected access.