Scenic.Component.put

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

put(component_pid, value)

View Source

Specs

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

Set the value of a component.

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