Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

XfaLayer

class XfaLayer {
static render(parameters: XfaLayerParameters): {
textDivs: Text[];
}
;
static setAttributes({ html, element, storage, intent, linkService }: {
html: any;
element: any;
storage?: null | undefined;
intent: any;
linkService: any;
}
): void;
static setupStorage(
html: any,
id: any,
element: any,
storage: any,
intent: any,
): void;
static update(parameters: XfaLayerParameters): void;
}

§Static Methods

§
render(parameters: XfaLayerParameters): {
textDivs: Text[];
}
[src]

Render the XFA layer.

@param parameters
§
setAttributes({ html, element, storage, intent, linkService }: {
html: any;
element: any;
storage?: null | undefined;
intent: any;
linkService: any;
}
): void
[src]
§
setupStorage(html: any, id: any, element: any, storage: any, intent: any): void
[src]
§
update(parameters: XfaLayerParameters): void
[src]

Update the XFA layer.

@param parameters