File

src/modules/dialogs/components/confirm-dialog-content.intf.ts

Description

Content that can be shown in the StarkConfirmDialogComponent

Extends

StarkBaseDialogContent

Index

Properties

Properties

cancel
cancel: string
Type : string
Optional

Label to be set in the "Cancel" button.

import { StarkBaseDialogContent } from "./dialog-content.intf";

/**
 * Content that can be shown in the {@link StarkConfirmDialogComponent}
 */
export interface StarkConfirmDialogContent extends StarkBaseDialogContent {
	/**
	 * Label to be set in the "Cancel" button.
	 */
	cancel?: string;
}

results matching ""

    No results matching ""