Filtrex v0.3.0 Filtrex.Type.Config
This configuration struct is for passing options at the top-level (e.g. Filtrex.parse/2
) in a list.
Struct keys:
type
: the corresponding condition module with this type (e.g. :text = Filtrex.Condition.Text)keys
: the allowed keys for this configurationoptions
: the configuration options to be passed to the condition
Summary
Functions
Returns whether the passed key is listed in any of the configurations
Returns the configuration for the specified key
Narrows the list of configurations to only the specified type
Returns the specific options of a configuration based on the key
Types
t :: Filtrex.Type.Config