Name | Type | Description |
---|---|---|
{{ param.name }} | {{ param.type && param.type.names.join(" | ") }} | {{ param.description }} |
Name | Type | Description |
---|---|---|
{{ prop.name }} | {{ prop.type && prop.type.names.join(" | ") }} | {{ prop.description }} |
Name | Type | Description |
---|---|---|
{{ attr.name }} | {{ attr.type && attr.type.names.join(" | ") }} | {{ marked(attr.description||'') }} |
{{ animations }}
{{ example.code }}
Name | Type | Description |
---|---|---|
{{ member.name }} | {{ member.type && member.type.names.join(" | ") }} | {{ member.description }} |
{{ example.code }}
Name | Type | Description |
---|---|---|
{{ param.name }} | {{ param.type && param.type.names.join(" | ").replace(new RegExp( String.fromCharCode(60), "g" ), "<") }} | {{ param.description }} |
Type | Description |
---|---|
{{ ret.type && ret.type.names.join(" | ").replace(new RegExp( String.fromCharCode(60), "g" ), "<") }} | {{ ret.description }} |