Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Resource

Wrattler cells can use special "magic" commands to load source files from outside of a notebook. This type represents such files (resources). Resources are stored in data store, so we just keep the url.

Hierarchy

  • Resource

Index

Properties

Properties

fileName

fileName: string

The file name of the original file that we loaded

language

language: string

The name of the language that created the resource

scope

scope: "global" | "local"

Global resources should be automatically imported in other cells. Local resources are not automatically imported.

url

url: string

The URL where the resource is stored in a data store.

Generated using TypeDoc