Variable rotateToggleIconConst
rotateToggleIcon: {
name: string;
fn(
instance: Instance,
):
| { onHide?: undefined; onShow?: undefined }
| { onHide: () => void; onShow: () => void };
} = ...
Type declaration
name: string
fn: function
fn( instance: Instance,): | { onHide?: undefined; onShow?: undefined } | { onHide: () => void; onShow: () => void } Returns
| { onHide?: undefined; onShow?: undefined }
| { onHide: () => void; onShow: () => void }
If the toggle button has a toggle arrow, rotate it when open and closed.