MCPcopy Create free account
hub / github.com/apache/camel-website / documentation

Method documentation

rules.js:4–8  ·  view source on GitHub ↗
(context)

Source from the content-addressed store, hash-verified

2
3class HtmlTitle extends Rule {
4 documentation(context) {
5 return {
6 description: "Title of the page must be defined"
7 };
8 }
9
10 setup() {
11 this.on("dom:ready", event => {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected