Wagtail client-side components
    Preparing search index...
    rotateToggleIcon: {
        name: string;
        fn(
            instance: Instance,
        ):
            | { onHide?: undefined; onShow?: undefined }
            | { onHide: () => void; onShow: () => void };
    } = ...

    If the toggle button has a toggle arrow, rotate it when open and closed.

    Type declaration

    • name: string
    • fn: function
      • Parameters

        • instance: Instance

        Returns
            | { onHide?: undefined; onShow?: undefined }
            | { onHide: () => void; onShow: () => void }