OSRS Plugin API
    Preparing search index...

    Type Alias getValueCallback

    getValueCallback: (key: string, value: string) => void

    Callback for Persistence.getValue function.

    Type Declaration

      • (key: string, value: string): void
      • Parameters

        • key: string

          The string key identifying the corresponding value to retrieve.

        • value: string

          The value stored in the persistence database connected to the provided key.

        Returns void