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.
|
||||
*/
|
||||
|
||||
import { TemplateRef } from '@angular/core';
|
||||
|
||||
export interface SnackBarData {
|
||||
actionLabel?: string;
|
||||
actionIcon?: string;
|
||||
@@ -22,4 +24,5 @@ export interface SnackBarData {
|
||||
message: string;
|
||||
showAction?: boolean;
|
||||
callActionOnIconClick?: boolean;
|
||||
templateRef?: TemplateRef<any>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user