Home > @holochain/tryorama > AppOptions
Optional arguments when installing a hApp.
Signature:
export interface AppOptions
Property |
Modifiers |
Type |
Description |
---|---|---|---|
AgentPubKey |
(Optional) | ||
string |
(Optional) App ID to override the app manifest's app name. | ||
string |
(Optional) A network seed to override the hApps' network seed. | ||
RoleSettingsMap |
(Optional) Role specific settings or modifiers that will override any settings in the hApp's dna manifest(s). | ||
SignalCb |
(Optional) A signal handler for the conductor. |