@book000/pixivts - v0.63.0
    Preparing search index...

    Interface WebviewNovelNavigationInfo

    Navigation info for a sibling novel in a series, as embedded in the WebView novel page.

    interface WebviewNovelNavigationInfo {
        contentOrder: string;
        coverUrl: string;
        id: number;
        title: string;
        viewable: boolean;
        viewableMessage?: string | null;
    }
    Index
    contentOrder: string

    Position of the novel within the series' reading order.

    coverUrl: string

    Cover image URL of the sibling novel.

    id: number

    Work ID of the sibling novel.

    title: string

    Title of the sibling novel.

    viewable: boolean

    Whether the authenticated user is allowed to view this novel.

    viewableMessage?: string | null

    Reason the novel is not viewable (present only when viewable is false).