Interface AndroidNavLink

interface AndroidNavLink {
    clickPoint: AndroidNavClickPoint;
    fragment: AndroidNavFragment;
    module: AndroidNavModule;
    position?: string;
    resourceId?: string;
}

Properties

module: AndroidNavModule
position?: string

don't know the exact meaning

10#230
resourceId?: string

This is the unique identifier of a resource associated with the user interaction. For example, a post ID or a user ID.

2988023121171077613