(applies-to? type op)
Given a field type (ex java.lang.Double) return all constraint maps that support that type
Given a field type (ex java.lang.Double) return all constraint maps that support that type
(constraint-label op)
Return the label for a given operator. This looks a little complicated because we want our constraints to have order so we need to filter the collection, get the first constraint map (they should all be unique anyway) then gets its label
Return the label for a given operator. This looks a little complicated because we want our constraints to have order so we need to filter the collection, get the first constraint map (they should all be unique anyway) then gets its label
(constraint-text-input)
A component that represents the freeform textbox for String / Lookup constraints
A component that represents the freeform textbox for String / Lookup constraints
(has-text? string v)
Return true v contains a string
Return true v contains a string
(has-three-matching-letters? string v)
Return true if v contains a string and that string is 3 or more characters. (Silly but it speeds up text filtering)
Return true if v contains a string and that string is 3 or more characters. (Silly but it speeds up text filtering)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close