@warsam-e/echo
    Preparing search index...

    Interface Scrollable<Data>Internal

    The Scrollable class that handles the scrollable message content. Use the exported create_scrollable to create a new instance of a scrollable message.

    interface Scrollable<Data extends ScrollableDataType> {
        reloadData(bint: null | ButtonInteraction<CacheType>): Promise<void>;
    }

    Type Parameters

    Index

    Methods

    Methods

    • Reloads the data and updates the message content.

      Typically this is called by the reload button, but can be called manually.

      Parameters

      Returns Promise<void>