In blender docs
template_ID(data, property, new='', open='', unlink='', filter='ALL', live_icon=False, text='', text_ctxt='', translate=True)
filter (enum in ['ALL', 'AVAILABLE'], (optional)) – Optionally limit the items which can be selected
From the available docs it looks like filter is used to filter out particular ids based on some sort of parameter.
I tried to add filter in blender ui's code where template_id is used. But didn't get any result.
So how can I use filter parameter.
