UNPKG

polymer-analyzer

Version:
20 lines (18 loc) 345 B
<script> /** * A simple sub-behavior description. * @polymerBehavior */ MyNamespace.SubBehavior = { properties: { /** This is a deeply inherited property. */ deeplyInheritedProperty: { type: Array, value: function() { return []; }, notify: true } } } </script>