{{ apiDocs.deprecated.description }}
} @if (apiDocs.properties && apiDocs.properties.length) {
{{ prop.name }} @if (prop.since) { since {{ prop.since.version }} } &ngsp; @if (prop.deprecated) { deprecated {{ prop.deprecated.version }} } |
@if (prop.deprecated) {
{{ prop.deprecated.description }} } |
{{ method.name }} @if (method.since) { since {{ method.since.version }} } &ngsp; @if (method.deprecated) { deprecated {{ method.deprecated.version }} } |
{{ method.deprecated.description }} } |