maca / postgrest-admin-preview / PostgRestAdmin.Detail

Detail


type Detail


type Msg

Init

init : { client : PostgRestAdmin.Client.Client, mountPath : PostgRestAdmin.MountPath.MountPath, table : Internal.Schema.Table, id : String, detailActions : List ( String, PostgRestAdmin.Record.Record -> String -> String ) } -> Browser.Navigation.Key -> ( Detail, PostgRestAdmin.Cmd.Cmd Msg )

update : Msg -> Detail -> ( Detail, PostgRestAdmin.Cmd.Cmd Msg )

view : Detail -> Html Msg