File

projects/commons/src/lib/elements/dialog/interfaces/dialog-config.interface.ts

Index

Properties

Properties

cancelButtonText
cancelButtonText: string
Type : string
Optional
cancelHandler
cancelHandler: function
Type : function
Optional
hasBackdrop
hasBackdrop: boolean
Type : boolean
Optional
loading
loading: boolean
Type : boolean
Optional
message
message: string
Type : string
Optional
okButtonText
okButtonText: string
Type : string
Optional
okHandler
okHandler: function
Type : function
Optional
title
title: string
Type : string
width
width: string
Type : string
Optional
export interface IDialogConfig {
    title: string;
    width?: string;
    message?: string;
    loading?: boolean;
    hasBackdrop?: boolean;
    okButtonText?: string;
    okHandler?: () => any;
    cancelButtonText?: string;
    cancelHandler?: () => any;
}

result-matching ""

    No results matching ""