Class ChapterInfo.

ChapterInfo

interface ChapterInfo {
    ImageDateModified?: string;
    ImagePath?: null | string;
    ImageTag?: null | string;
    Name?: null | string;
    StartPositionTicks?: number;
}

Properties

ImageDateModified?: string

ChapterInfo

ImagePath?: null | string

Gets or sets the image path.

ChapterInfo

ImageTag?: null | string

ChapterInfo

Name?: null | string

Gets or sets the name.

ChapterInfo

StartPositionTicks?: number

Gets or sets the start position ticks.

ChapterInfo