@theredhead — Frontend Library - v1.0.0
    Preparing search index...

    Type Alias SignatureValue

    SignatureValue: SignatureStrokeValue | SignatureImageValue | null

    The discriminated-union value type stored and emitted by UISignature.

    • SignatureStrokeValue – strokes drawn by the user, fully replayable.
    • SignatureImageValue – an image pasted, dropped, or browsed by the user.
    • null – the field is empty.