mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
[HXCS-1166] add templateRef to SnackBarData interface
This commit is contained in:
@@ -15,6 +15,8 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
import { TemplateRef } from '@angular/core';
|
||||||
|
|
||||||
export interface SnackBarData {
|
export interface SnackBarData {
|
||||||
actionLabel?: string;
|
actionLabel?: string;
|
||||||
actionIcon?: string;
|
actionIcon?: string;
|
||||||
@@ -22,4 +24,5 @@ export interface SnackBarData {
|
|||||||
message: string;
|
message: string;
|
||||||
showAction?: boolean;
|
showAction?: boolean;
|
||||||
callActionOnIconClick?: boolean;
|
callActionOnIconClick?: boolean;
|
||||||
|
templateRef?: TemplateRef<any>;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user