Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ResourcesGenerator

Generator used to create resources relative to a given base identifier.

Hierarchy

  • ResourcesGenerator

Index

Properties

Properties

generate

generate: (location: ResourceIdentifier, options: Dict<string>) => AsyncIterable<Resource>

Generates resources with the given options. The output Map should be sorted so that containers always appear before their contents.

param

Base identifier.

param

Options that can be used when generating resources.

returns

A map where the keys are the identifiers and the values the corresponding representations to store.

Type declaration