File

src/modules/action-bar/components/action-bar-config.intf.ts

Description

Stark Action Bar Config interface

Index

Properties

Properties

actions
actions: StarkAction[]
Type : StarkAction[]

Array of StarkAction objects to be included in the action bar

isPresent
isPresent: boolean
Type : boolean
Optional

If false, then action bar will not be present on the page (optional)

import { StarkAction } from "./action.intf";

/**
 * Stark Action Bar Config interface
 */
export interface StarkActionBarConfig {
	/**
	 * Array of {@link StarkAction} objects to be included in the action bar
	 */
	actions: StarkAction[];

	/**
	 * If `false`, then action bar will not be present on the page (optional)
	 */
	isPresent?: boolean;
}

results matching ""

    No results matching ""