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>

Type declaration

    • Fetches the model with contents.

      Returns Promise<IModel>

Generated using TypeDoc