Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface InjectOptions

Options for injections.

Hierarchy

  • InjectOptions

Index

Properties

Optional keepAfterExecution

keepAfterExecution: undefined | false | true

When set to true the script element will NOT be removed from the document after executing.

Optional target

target: Element

Element to append the script element to. Defaults to the document body.

Generated using TypeDoc