device-navigation - v4.5.5
    Preparing search index...

    Type Alias NavParams

    NavParams: PartialWithUndefined<
        {
            disabled: boolean;
            group: boolean;
            listeners: PartialWithUndefined<
                { activate: NavListener; focus: NavListener },
            >;
            x: number;
            y: number;
        },
    >

    Params for a nav element. This has the following navigation options:

    • Provide x and y this element's 2D navigation coordinates.
    • Provide just x to set this element's 1D navigational coordinates.
    • Set group: true to define this element as a group.
    • Set neither to define this element as a 1D nav entry.