Created
July 9, 2020 15:50
-
-
Save bryanl/ef6f4a9e6c3143bc75c1df94cb644ca5 to your computer and use it in GitHub Desktop.
plugin
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export default class MyPlugin implements octant.Plugin { | |
printer = printHandler | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export default interface MyPlugin implements octant.Plugin { | |
printHandler(request: octant.PrintRequest): octant.PrintResponse {} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment