Introspection helpers for MishkaGervaz.Resource.
All functions use explicit table_ or form_ prefixes to avoid
name collisions between DSL types.
Submodules
MishkaGervaz.Resource.Info.Table- Table configuration introspectionMishkaGervaz.Resource.Info.Form- Form configuration introspection
Usage
# Table introspection
config = MishkaGervaz.Resource.Info.table_config(MyResource)
columns = MishkaGervaz.Resource.Info.table_columns(MyResource)
hooks = MishkaGervaz.Resource.Info.table_hooks(MyResource)
# Form introspection
config = MishkaGervaz.Resource.Info.form_config(MyResource)
fields = MishkaGervaz.Resource.Info.form_fields(MyResource)
hooks = MishkaGervaz.Resource.Info.form_hooks(MyResource)