Nutrient Web SDK
    Preparing search index...

    Type Alias TextAnnotationEditorValueState<T>

    type TextAnnotationEditorValueState<T> = {
        isMixed: boolean;
        value: T | null;
    }

    Type Parameters

    • T
    Index

    Properties

    Properties

    isMixed: boolean
    value: T | null