Skip to main content

NavigationOptions

type NavigationOptions = {
context?: Record<string, string>;
target: string;
type: NavigationType;
};

navigation options

Properties

context?

optional context?: Record<string, string>;

context for the navigation


target

target: string;

name of the location to navigate to

Example

Services, Secondary Registration etc.,

type

type: NavigationType;

type of the location to navigate to

Example

NavigationType.STANDARD_FORM