File

src/modules/generic-search/entities/generic-search-action-bar-config.intf.ts

Description

This interface describes the properties of the action bar displayed in the generic search component.

Extends

StarkActionBarConfig

Index

Properties

Properties

new
new: StarkCustomizablePredefinedAction
Type : StarkCustomizablePredefinedAction
Optional

Configuration of the new action displayed in the Generic Search component

reset
reset: StarkCustomizablePredefinedAction
Type : StarkCustomizablePredefinedAction
Optional

Configuration of the reset action displayed in the Generic Search component

search
search: StarkDefaultPredefinedAction
Type : StarkDefaultPredefinedAction
Optional

Configuration of the search action displayed in the Generic Search component

import {
	StarkActionBarConfig,
	StarkCustomizablePredefinedAction,
	StarkDefaultPredefinedAction
} from "@nationalbankbelgium/stark-ui/src/modules/action-bar";

/**
 * This interface describes the properties of the action bar displayed in the generic search component.
 */
export interface StarkGenericSearchActionBarConfig extends StarkActionBarConfig {
	/**
	 * Configuration of the search action displayed in the Generic Search component
	 */
	search?: StarkDefaultPredefinedAction;

	/**
	 * Configuration of the new action displayed in the Generic Search component
	 */
	new?: StarkCustomizablePredefinedAction;

	/**
	 * Configuration of the reset action displayed in the Generic Search component
	 */
	reset?: StarkCustomizablePredefinedAction;
}

results matching ""

    No results matching ""