UNPKG
ajsfw
Version:
latest (1.0.0-alpha)
1.0.0-alpha
Ajs Framework
ajsfw.azurewebsites.net
atomsoftwarestudios/Ajs
ajsfw
/
ui
/
lib
/
RenderTarget.d.ts
8 lines
(7 loc)
•
250 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
export declare
class
RenderTarget
{
protected
static
_renderTarget: HTMLElement;
static
setDOMElement
(
renderTargetElementId:
string
):
void
;
static
hide
():
void
;
static
show
():
void
;
protected
static
_checkDOM(): boolean; }