Skip to content

SavePresetInput

Defined in: packages/ui-react/src/hooks/useCustomPresets.ts:63

保存预设时的输入(不含 id / 时间戳,由 save 自动生成)

name: string

Defined in: packages/ui-react/src/hooks/useCustomPresets.ts:65

预设名称


width: number

Defined in: packages/ui-react/src/hooks/useCustomPresets.ts:67

目标宽度(像素,>0)


height: number

Defined in: packages/ui-react/src/hooks/useCustomPresets.ts:69

目标高度(像素,>0)


optional fit?: PlatformFitStrategy

Defined in: packages/ui-react/src/hooks/useCustomPresets.ts:71

fit 策略(默认 cover)


optional format?: PlatformRecommendedFormat

Defined in: packages/ui-react/src/hooks/useCustomPresets.ts:73

推荐输出格式(可选)


optional id?: string

Defined in: packages/ui-react/src/hooks/useCustomPresets.ts:75

若指定则更新该 id 的预设,否则新增