Index: pkg/analysis_server/doc/api.html |
diff --git a/pkg/analysis_server/doc/api.html b/pkg/analysis_server/doc/api.html |
index 717044822c694d8c9cffc1bb18d1ff2133860fa2..901200fc2989ffdda15251f24ca82142da4fd3d7 100644 |
--- a/pkg/analysis_server/doc/api.html |
+++ b/pkg/analysis_server/doc/api.html |
@@ -1511,6 +1511,7 @@ dt.typeDefinition { |
"params": { |
"<b>file</b>": <a href="#type_FilePath">FilePath</a> |
"<b>offset</b>": int |
+ "<b>superOnly</b>": <span style="color:#999999">optional</span> bool |
} |
}</pre><br><pre>response: { |
"id": String |
@@ -1536,6 +1537,12 @@ dt.typeDefinition { |
<p> |
The offset of the name of the type within the file. |
</p> |
+ </dd><dt class="field"><b><i>superOnly ( <span style="color:#999999">optional</span> bool )</i></b></dt><dd> |
+ |
+ <p> |
+ True if the client is only requesting superclasses and |
+ interfaces hierarchy. |
+ </p> |
</dd></dl><h4>Returns</h4><dl><dt class="field"><b><i>hierarchyItems ( <span style="color:#999999">optional</span> List<<a href="#type_TypeHierarchyItem">TypeHierarchyItem</a>> )</i></b></dt><dd> |
<p> |