config() = list()
json_value() = [json_value()] | [{binary() | atom(), json_value()}] | true | false | null | integer() | float() | binary()
state() = {[], proplists:proplist(), {list(), #config{}}}
| consult/2 | |
| handle_event/2 | |
| init/1 | |
| reset/1 |
consult(File::file:name_all(), Config::config()) -> [json_value()]
init(Config::proplists:proplist()) -> state()
Generated by EDoc