Interface IdSelectParams

Hierarchy

  • SelectParams
    • IdSelectParams

Properties

batchCallback?: ((t: Tile) => Promise<void>)

Type declaration

    • (t: Tile): Promise<void>
    • Parameters

      Returns Promise<void>

foreground?: boolean
idField: string
ids: number[] | string[] | bigint[]
name: string
useNameCache?: boolean

Generated using TypeDoc