Skip to main content

Interface: ModelInfo

ghostly-runtime.ModelInfo

Metadata about a Model, optionally returned by ghostlyInit.

Properties

attachments

Optional attachments: AttachmentInfo<unknown>[]

Information about attachments that the template can produce.

Defined in

ghostly-runtime/src/types.ts:67


description

Optional description: string

An optional description of the model.

Defined in

ghostly-runtime/src/types.ts:64


name

name: string

The name of the model (excluding file extension). Will be used to construct file names.

Defined in

ghostly-runtime/src/types.ts:61