文件操作 - controller.d.ts
返回文件管理
返回主菜单
删除本文件
文件: /var/www/OLD/node_modules/swiper/types/modules/controller.d.ts
编辑文件内容
import type Swiper from '../swiper-class.d.ts'; export interface ControllerMethods { /** * Pass here another Swiper instance or array with Swiper instances that should be controlled * by this Swiper */ control?: Swiper | Swiper[]; } export interface ControllerEvents {} export interface ControllerOptions { /** * Pass here another Swiper instance or array with Swiper instances that should be controlled * by this Swiper. Also accepts string with CSS selector of Swiper element, or HTMLElement of Swiper element */ control?: Swiper | Swiper[] | string | HTMLElement | null; /** * Set to `true` and controlling will be in inverse direction * * @default false */ inverse?: boolean; /** * Defines a way how to control another slider: slide by slide * (with respect to other slider's grid) or depending on all slides/container * (depending on total slider percentage). * * @default 'slide' */ by?: 'slide' | 'container'; }
修改文件时间
将文件时间修改为当前时间的前一年
删除文件