Skip to content

Instantly share code, notes, and snippets.

@komainu85
Last active August 29, 2015 14:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save komainu85/65c9959ba02c0f185cb2 to your computer and use it in GitHub Desktop.
Save komainu85/65c9959ba02c0f185cb2 to your computer and use it in GitHub Desktop.
Sitecore SPEAK PageCode TypeScript
import Speak = require("sitecore/shell/client/Speak/Assets/lib/core/1.2/SitecoreSpeak");
class PageCode extends Speak.PageCode {
initialize() {
}
}
Sitecore.Speak.pageCode(["bootstrap", "scPipeline"], new PageCode());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment