Added a poc marker for where a bookmark resides.
Added a marker where a highlight might reside too. Can move forward with a proper implementation.
This commit is contained in:
parent
e5d949161e
commit
32ee60e1de
14 changed files with 257 additions and 76 deletions
|
|
@ -31,6 +31,10 @@ public class AppUserTableOfContent : IEntityDate
|
|||
/// For Book Reader, represents the nearest passed anchor on the screen that can be used to resume scroll point. If empty, the ToC point is the beginning of the page
|
||||
/// </summary>
|
||||
public string? BookScrollId { get; set; }
|
||||
/// <summary>
|
||||
/// Text of the bookmark
|
||||
/// </summary>
|
||||
public string? SelectedText { get; set; }
|
||||
|
||||
public DateTime Created { get; set; }
|
||||
public DateTime CreatedUtc { get; set; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue