Nutrient Web SDK
    Preparing search index...

    Type Alias InkAnnotationsNamespace

    type InkAnnotationsNamespace = {
        getDrawingState: () => InkDrawingState;
    }
    Index

    Properties

    Properties

    getDrawingState: () => InkDrawingState

    Returns a snapshot of the current ink drawing state, including whether a stroke is in progress and timing information for the most recent draw.