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

    Type Alias TMenuToolConfig

    Configuration to enable/disable each tool individually

    type TMenuToolConfig = {
        edge?: boolean;
        erase?: boolean;
        move?: boolean;
        select?: boolean;
        shape?: boolean;
        write?: boolean;
    }
    Index
    edge?: boolean

    Enable/disable Edge submenu (Line, Arrow, etc.)

    erase?: boolean

    Enable/disable Erase tool

    move?: boolean

    Enable/disable Move tool (Hand)

    select?: boolean

    Enable/disable Select tool (Cursor)

    shape?: boolean

    Enable/disable Shape submenu (Rectangle, Circle, etc.)

    write?: boolean

    Enable/disable Write tool (Pencil)