Interface ContainerInitializerArgs

Hierarchy

  • ContainerInitializerArgs

Properties

baseUrl: string

Base URL of the server.

Generator that should be used to generate container contents.

path: string

Relative path of the container.

storage: KeyValueStorage<string, boolean>

Used to store initialization status.

storageKey: string

Key that is used to store the boolean in the storage indicating the container is initialized.

ResourceStore where the container should be stored.