Interface PankuzuListProperty

Interface for PankuzuList component property.

// /about/about.vue
<PankuzuList />
// /some-dir/some-page.vue
<PankuzuList currentPageName="Some Where in the maze" />
interface PankuzuListProperty {
    currentPageName?: string;
}

Properties

Properties

currentPageName?: string

Name of page to show at the end of pankuzu list.