Domo.typed_fields
You're seeing just the callback
typed_fields
, go back to Domo module for more information.
Specs
typed_fields() :: [atom()]
Specs
Returns the list of struct's fields defined with its t()
type.
Does not return meta fields with __underscored__
names and fields
having any()
type by default.
Includes fields that have nil
type into the return list.
Options
:include_any_typed
- when set totrue
, adds fields withany()
type to the return list. Default isfalse
.:include_meta
- when set totrue
, adds fields with__underscored__
names to the return list. Default isfalse
.