interface LinePreview {
    character: number;
    text: string;
}

Properties

Properties

character: number
text: string