View Source Arke.Core.Parameter.Link (Arke v0.1.27)

Module that define the struct of a Link by extending the Arke.Core.Parameter.base_parameters()

{arke_struct} = Parameter.Link

element-added

Element added

  • link => Link => link handler

example

Example

iex> params = [id: :dict_test, default: %{default_key: default_value}]
...> Arke.Core.Parameter.Dict(%{type: :dict, opts: params})

return

Return

%Arke.Core.Parameter.Dict{}

Link to this section Summary

Link to this section Functions

Link to this function

after_get_struct(arke, struct)

View Source
Link to this function

after_get_struct(arke, unit, struct)

View Source
Link to this function

before_create(arke, unit)

View Source
Link to this function

before_delete(arke, unit)

View Source
Link to this function

before_load(data, persistence_fn)

View Source
Link to this function

before_struct_encode(_, unit)

View Source
Link to this function

before_update(arke, unit)

View Source
Link to this function

before_validate(arke, unit)

View Source
Link to this function

on_load(data, persistence_fn)

View Source
Link to this function

on_struct_encode(_, _, data, opts)

View Source
Link to this function

on_update(arke, old_unit, unit)

View Source