Type "property"
There are some properties which are just a sub to specific function or tag just like a member function is for a specific data type.
For example columnList or recordcount.
Yeah, it would be good to have a good way to document these...
So if you think about a query object, that can be returned from a number of functions or tags, maybe we need to be able to document query.json , with stuff like this:
{
name:"query",
type: "object",
params: [
{name:"recordcount", description:"The total number of records"},
...
]
}
The problem is there is already a query.json so may have to call it query-object.json or something.
Why not query-return.json?
Or using another folder for meta data like data types.
Could something like so work.
{"return-params": []}
Hmmm… Does it (literally) "return" something?
true, then how about result-params? In ACF at least that is where you define the variable in the cfquery tag
true as well^^