iink-ts - v3.2.1
    Preparing search index...

    Type Alias TGestureConfiguration

    export type TGestureConfiguration = {
    surround: SurroundAction
    strikeThrough: StrikeThroughAction
    insert: InsertAction
    }
    type TGestureConfiguration = {
        insert: InsertAction;
        strikeThrough: StrikeThroughAction;
        surround: SurroundAction;
    }
    Index

    Properties

    insert: InsertAction
    strikeThrough: StrikeThroughAction
    surround: SurroundAction