iink-ts - v4.0.0
    Preparing search index...

    Type Alias TGestureConfiguration

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