Skip to content

editorGlobalsIResourceOptions

Interface: IResourceOptions

Hierarchy

IResourceOptions

Index

Properties

Properties

containingAsset

containingAsset: Asset

Inherited from IFileContainerOptions.containingAsset

Defined in src/assets/FileContainer.ts:15


fileContents

fileContents: Record‹string, any›

Inherited from IFileContainerOptions.fileContents

Defined in src/assets/FileContainer.ts:10

optional map fileName → content to pre-define file content, see {@link FileContainer#getContainingAsset}


files

files: string[]

Inherited from IFileContainerOptions.files

Defined in src/assets/FileContainer.ts:8

array of fileNames, see {@link FileContainer#getFiles}


id

id: string

Inherited from IFileContainerOptions.id

Defined in src/assets/FileContainer.ts:14

see {@link FileContainer#getId}


kindOfResource

kindOfResource: string

Defined in src/assets/Resource.ts:5

see {@link Resource#getKindOfResource}


name

name: string

Inherited from IFileContainerOptions.name

Defined in src/assets/FileContainer.ts:12

see {@link FileContainer#getName}