Interface IWorldOptions<ParametersType>

interface IWorldOptions {
    attach: ICreateAttachment;
    link: ICreateLink;
    log: ICreateLog;
    parameters: ParametersType;
}

Type Parameters

  • ParametersType = any

Properties

attach: ICreateAttachment
link: ICreateLink
log: ICreateLog
parameters: ParametersType

Generated using TypeDoc