Options
All
  • Public
  • Public/Protected
  • All
Menu

A file contents model thunk.

Note: The content of the model will be empty. To get the contents, call and await the withContent method.

Hierarchy

  • IContentsThunk

Index

Properties

Properties

model

model: IModel

The contents model.

withContent

withContent: () => Promise<IModel>

Fetches the model with contents.

Type declaration

Generated using TypeDoc