File

src/modules/route-search/components/route-search-entry.intf.ts

Description

Route Search Entry that will be displayed by the route search component

Index

Properties

Properties

label
label: string
Type : string

Text to be displayed

targetState
targetState: string
Type : string

Name of the Router state that will be navigated to

targetStateParams
targetStateParams: literal type
Type : literal type
Optional

Params object to be passed to the Router state defined as targetState.

export interface StarkRouteSearchEntry {
	/**
	 * Text to be displayed
	 */
	label: string;

	/**
	 * Name of the Router state that will be navigated to
	 */
	targetState: string;

	/**
	 * Params object to be passed to the Router state defined as targetState.
	 */
	targetStateParams?: { [param: string]: any };
}

results matching ""

    No results matching ""