Lines Matching refs:customObjectConfig
293 …ectGroupName, forceValueType, generatePreview, columnNames, isTable, doNotBind, customObjectConfig) argument
296 …, doNotBind, forceValueType, generatePreview, columnNames, isTable, undefined, customObjectConfig);
706 …ind, forceValueType, generatePreview, columnNames, isTable, skipEntriesPreview, customObjectConfig) argument
765 var customPreview = this._customPreview(object, objectGroupName, customObjectConfig);
779 _customPreview: function(object, objectGroupName, customObjectConfig) argument
795 function wrap(object, customObjectConfig) argument
797 …dScript._wrapObject(object, objectGroupName, false, false, null, false, false, customObjectConfig);
807 var formatted = formatters[i].header(object, customObjectConfig);
811 var hasBody = formatters[i].hasBody(object, customObjectConfig);
816 if (customObjectConfig)
817 … result["configObjectId"] = injectedScript._bind(customObjectConfig, objectGroupName);