Type Alias NavigationType

NavigationType:
    | "down"
    | "first"
    | "firstCol"
    | "last"
    | "lastCol"
    | "left"
    | "nextMatch"
    | "pageDown"
    | "pageUp"
    | "parent"
    | "prevMatch"
    | "right"
    | "up"