github.com/qlik-oss/gopherciser@v0.18.6/docs/extending-gopherciser.md (about)

     1  # Extending Gopherciser
     2  
     3  Gopherciser can be extended without having to alter its base code. A template repo showcasing how to do this can be found [here](https://github.com/qlik-oss/gopherciser-extended-example), including example custom actions.
     4  
     5  ## Adding support for extensions and overriding settings for default objects
     6  
     7  Gopherciser supports configuring how to get data and make selections in standard Qlik SenseĀ® objects. The file can be extended with functionality for custom objects. For more information, see [Supporting extensions and overriding defaults](./sense-object-definitions.md).