xfa_layer.d.ts 311 B

123456789101112
  1. export class XfaLayer {
  2. static setAttributes(html: any, attrs: any): void;
  3. static render(parameters: any): void;
  4. /**
  5. * Update the xfa layer.
  6. *
  7. * @public
  8. * @param {XfaLayerParameters} parameters
  9. * @memberof XfaLayer
  10. */
  11. public static update(parameters: any): void;
  12. }