Lines Matching refs:customObjectConfig
259 …ectGroupName, forceValueType, generatePreview, columnNames, isTable, doNotBind, customObjectConfig) argument
262 …, doNotBind, forceValueType, generatePreview, columnNames, isTable, undefined, customObjectConfig);
732 …ind, forceValueType, generatePreview, columnNames, isTable, skipEntriesPreview, customObjectConfig) argument
798 var customPreview = this._customPreview(object, objectGroupName, customObjectConfig);
812 _customPreview: function(object, objectGroupName, customObjectConfig) argument
828 function wrap(object, customObjectConfig) argument
830 …dScript._wrapObject(object, objectGroupName, false, false, null, false, false, customObjectConfig);
840 var formatted = formatters[i].header(object, customObjectConfig);
844 var hasBody = formatters[i].hasBody(object, customObjectConfig);
849 if (customObjectConfig)
850 … result["configObjectId"] = injectedScript._bind(customObjectConfig, objectGroupName);