editor › Globals › IFileContainerOptions
Interface: IFileContainerOptions
Hierarchy
- IFileContainerOptions
Index
Properties
Properties
containingAsset
• containingAsset: Asset
Defined in src/assets/FileContainer.ts:15
fileContents
• fileContents: Record‹string, any›
Defined in src/assets/FileContainer.ts:10
optional map fileName → content to pre-define file content, see {@link FileContainer#getContainingAsset}
files
• files: string[]
Defined in src/assets/FileContainer.ts:8
array of fileNames, see {@link FileContainer#getFiles}
id
• id: string
Defined in src/assets/FileContainer.ts:14
see {@link FileContainer#getId}
name
• name: string
Defined in src/assets/FileContainer.ts:12
see {@link FileContainer#getName}