• ------------------------------
  • JS API Reference

    Interface: ResourceRentalModuleEvents

    resource-rental/rental.module.ResourceRentalModuleEvents

    Table of contents

    Properties

    Properties

    resourceRentalCreated

    resourceRentalCreated: (agreement: Agreement) => void

    Emitted when ResourceRenatl is successfully created

    Type declaration

    ▸ (agreement): void

    Parameters
    NameType
    agreementAgreement
    Returns

    void

    Defined in

    src/resource-rental/rental.module.ts:13


    resourceRentalPoolCreated

    resourceRentalPoolCreated: () => void

    Emitted when ResourceRenatlPool is successfully created

    Type declaration

    ▸ (): void

    Returns

    void

    Defined in

    src/resource-rental/rental.module.ts:16