Scenic.Component.fetch

You're seeing just the function fetch, go back to Scenic.Component module for more information.

Specs

fetch(component_pid :: pid()) :: {:ok, any()} | {:error, atom()}

Fetch the current value from a component.

This is not supported by all components. Please see the component you are interesting in querying.