View Source FLHook.FieldType behaviour (FLHook Client v2.1.0)

A behaviour that can be implemented by custom field types.

Summary

Callbacks

@callback parse(String.t()) :: {:ok, any()} | :error