File

projects/netgrif-components-core/src/lib/snack-bar/models/snack-bar-injection-data.ts

Index

Properties

Properties

closable
closable: boolean
Type : boolean
Optional
matIconName
matIconName: string
Type : string
message
message: string
Type : string
export interface SnackBarInjectionData {
    message: string;
    matIconName: string;
    closable?: boolean;
}

result-matching ""

    No results matching ""