UNPKG
bitcitawebfront-library
Version:
latest (8.2.4)
9.0.1
9.0.0
8.2.4
8.2.3
8.2.2
8.2.1
8.2.0
8.1.0
8.0.2
8.0.1
8.0.0
7.1.9
7.1.8
7.1.7
7.1.6
7.1.5
7.1.4
7.1.3
7.1.2
7.1.1
7.1.0
7.0.1
7.0.0
6.1.3
6.1.2
6.1.1
6.1.0
6.0.5
6.0.4
6.0.3
6.0.2
6.0.1
6.0.0
1.1.1
1.1.0
1.0.12
1.0.11
1.0.10
1.0.9
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Angular CLI project used by other Angular projects in the bitcita web project.<br />
bitcitawebfront-library
/
shared
/
service
/
focus.service.d.ts
10 lines
(9 loc)
•
243 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
/** * FocusService almacena el campo/elemento que actualmente tiene el foco del usuario. */
export
declare
class
FocusService
{
private
focused;
focus
(
id
:
string
):
void
;
clear
():
void
;
getFocusedElement
():
string
; }