Page
interface JsfPage {
title?: string;
favicon?: string;
component: JsfComponent;
}{
"title": "Comments",
"component": {
"jsfDefinition": {
"$ref": "comments-list-form"
}
}
}Last updated
Was this helpful?
interface JsfPage {
title?: string;
favicon?: string;
component: JsfComponent;
}{
"title": "Comments",
"component": {
"jsfDefinition": {
"$ref": "comments-list-form"
}
}
}Last updated
Was this helpful?
Was this helpful?