stage-hooks-demo

<script src="./point_src/stage-hooks-demo"></script>

This demonstrates how hooks are automatically executed when you call methods.

Meta Data
dependencies ()
unused_keys ('title',)
unknown_keys ('demo',)
demo ['How StageHooks Work']
filepath_exists True
path stage-hooks-demo
filepath stage-hooks-demo.js
clean_files ()

  • ClassDeclaration
    class comments:
    Simplified example to show the concept
    • constructor

      constructor

      (
      )
      from class_name
      dict_keys(['kind', 'word', 'static', 'computed', 'is_symbol', 'value', 'type', 'comments', 'pos'])
    • method

      draw

      (
      )
      from class_name
      dict_keys(['kind', 'word', 'static', 'computed', 'is_symbol', 'value', 'type', 'comments', 'pos'])
    • method

      clear

      (
      )
      from class_name
      dict_keys(['kind', 'word', 'static', 'computed', 'is_symbol', 'value', 'type', 'comments', 'pos'])
    dict_keys(['kind', 'word', 'parentName', 'type', 'body', 'comments', 'pos'])