Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface LandTransferOptions

Hierarchy

  • LandTransferOptions

Index

Properties

Optional convertSceneParams

convertSceneParams: (sceneSp: string) => Promise<object>

Type declaration

    • (sceneSp: string): Promise<object>
    • Parameters

      • sceneSp: string

      Returns Promise<object>

Optional gotoPage

gotoPage: (path: CommonParams["path"], query: CommonParams["query"]) => Promise<any>

Type declaration

    • (path: CommonParams["path"], query: CommonParams["query"]): Promise<any>
    • Parameters

      • path: CommonParams["path"]
      • query: CommonParams["query"]

      Returns Promise<any>

Optional router

router: Router

Generated using TypeDoc