Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ITextScript

Injected script with the text child node

Hierarchy

  • IScript
    • ITextScript

Index

Properties

Optional crossorigin

crossorigin: Crossorigin

Whether CORS must be used when fetching the resource.

Optional nomodule

nomodule: boolean

Whether to add or not the nomodule attribute.

tag

tag: "script"

text

text: string

Script text.

Optional type

type: string

The type of script represented for [[IScript]] or the content linked to for [[ILink]]

Generated using TypeDoc