Options
All
  • Public
  • Public/Protected
  • All
Menu

Class FileAbstract<D>

Type parameters

Hierarchy

Implements

Index

Constructors

constructor

Properties

Private #data

#data: D = null

Private Readonly #options

#options: FileAbstractOptions<D>

context

context: Pack = null

Accessors

Protected data

  • get data(): D

description

  • get description(): string

filename

  • get filename(): string

fullname

  • get fullname(): string

namespace

  • get namespace(): string

type

Methods

Abstract add

  • add(value: unknown): void

Abstract create

Abstract getData

  • getData(cached: boolean): D

load

  • load(cached: boolean): boolean

toJson

Generated using TypeDoc