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

    Type Alias InkAnnotation

    type InkAnnotation = {
        color: string;
        createdAt?: number;
        id: string;
        lineWidth: number;
        page: number;
        paths: AnnotationPoint[][];
        type: "ink";
    }
    Index

    Properties

    color: string
    createdAt?: number
    id: string
    lineWidth: number
    page: number
    paths: AnnotationPoint[][]
    type: "ink"