@tobyt/expo-pdf-markup - v0.6.1
    Preparing search index...

    Type Alias HighlightAnnotation

    type HighlightAnnotation = {
        alpha?: number;
        bounds: AnnotationBounds;
        color: string;
        createdAt?: number;
        id: string;
        page: number;
        type: "highlight";
    }
    Index

    Properties

    alpha?: number
    color: string
    createdAt?: number
    id: string
    page: number
    type: "highlight"