Class Base64ModelFactory

An implementation of a model factory for base64 files.

Hierarchy

Constructors

Accessors

  • get collaborative(): boolean
  • Whether the model is collaborative or not.

    Returns boolean

  • get contentType(): string
  • The type of the file.

    Notes

    This is a read-only property.

    Returns string

  • get fileFormat(): FileFormat
  • The format of the file.

    This is a read-only property.

    Returns FileFormat

  • get isDisposed(): boolean
  • Get whether the model factory has been disposed.

    Returns boolean

  • get name(): string
  • The name of the model type.

    Notes

    This is a read-only property.

    Returns string

Methods

  • Dispose of the resources held by the model factory.

    Returns void

  • Get the preferred kernel language given a file path.

    Parameters

    • path: string

    Returns string

Generated using TypeDoc