KiteOutlineItem
class KiteOutlineItem(val title: String, val pageIndex: Int?, val children: List<KiteOutlineItem> = emptyList(), val target: KiteBookmark? = null)
One node of a format-neutral outline (PDF bookmarks / EPUB table of contents), for a viewer's navigation panel.
Constructors
Link copied to clipboard
constructor(title: String, pageIndex: Int?, children: List<KiteOutlineItem> = emptyList(), target: KiteBookmark? = null)