Modulo de modal de confirmacion
- Source:
Members
(inner, nullable) idComponent :number
- Source:
Type:
Methods
(inner) closeModalConfirm(confirm, callback)
- Source:
closeModalConfirm - description
Parameters:
Name |
Type |
Default |
Description |
confirm |
boolean
|
false
|
confirmacion del usuario |
callback |
*
|
|
funcion pasado por el padre para ser ejecutada |
(inner) openModalConfirm(title, element, id)
- Source:
abre el modal de confirmacion
Parameters:
Name |
Type |
Default |
Description |
title |
string
|
|
titulo del modal |
element |
string
|
|
elemento html en formato string |
id |
type
|
null
|
identificador del componente |
Type Definitions
callbackSend(confirm)
- Source:
Parameters:
Name |
Type |
Description |
confirm |
Object
|
objeto de confirmacion
Properties
Name |
Type |
Description |
id |
number
|
identificador de componente |
boolean |
boolean
|
flag de confirmacion |
|