Method: JsDuck::Tag::Tag#ext_define_pattern
- Defined in:
- lib/jsduck/tag/tag.rb
#ext_define_pattern ⇒ Object (readonly)
Defines the name of object property in Ext.define() configuration which, when encountered, will cause the #parse_ext_define method to be invoked.
62 63 64 |
# File 'lib/jsduck/tag/tag.rb', line 62 def ext_define_pattern @ext_define_pattern end |