Name | Type | Description |
---|---|---|
{{ param.name }} | {{ param.typeDefinitionUrl }} | {{ param.description.replace(/\{@link (.*?)(#.*?)?\}/g, '$1$2') }} |
Name | Type | Description |
---|---|---|
{{ prop.name }} | {{ prop.typeDefinitionUrl }} | {{ prop.description.replace(/\{@link (.*?)(#.*?)?\}/g, '$1$2') }} |
Name | Type | Description |
---|---|---|
{{ attr.name }} | {{ attr.typeDefinitionUrl }} | {{ marked(attr.description.replace(/\{@link (.*?)(#.*?)?\}/g, '$1$2')||'') }} |
{{ animations }}
{{ example.code }}
Name | Type | Description |
---|---|---|
{{ member.name }} | {{ member.type && member.type.names.join(" | ") }} | {{ member.description }} |
{{ example.code }}
Name | Type | Description |
---|---|---|
{{ param.name }} | {{ param.typeDefinitionUrl }} | {{ param.description.replace(/\{@link (.*?)(#.*?)?\}/g, '$1$2') }} |
Type | Description |
---|---|
{{ ret.typeDefinitionUrl }} | {{ ret.description.replace(/\{@link (.*?)(#.*?)?\}/g, '$1$2') }} |