build(docs-infra): display inherited members on directives (#25768)
PR Close #25768
This commit is contained in:

committed by
Alex Rickabaugh

parent
9889276b15
commit
ce06a75ebf
@ -168,11 +168,11 @@
|
||||
{%- endmacro -%}
|
||||
|
||||
|
||||
{%- macro renderProperties(properties, containerClass, propertyClass, headingText, headings) -%}
|
||||
{%- macro renderProperties(properties, containerClass, propertyClass, headingText, headings, headingLevel = 2) -%}
|
||||
{% set nonInternalProperties = properties | filterByPropertyValue('internal', undefined) %}
|
||||
{% if nonInternalProperties.length -%}
|
||||
<section class="{$ containerClass $}">
|
||||
<h2>{$ headingText $}</h2>
|
||||
<h{$ headingLevel $}>{$ headingText $}</h{$ headingLevel $}>
|
||||
<table class="is-full-width list-table property-table">
|
||||
<thead>
|
||||
<tr>
|
||||
|
Reference in New Issue
Block a user