You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: image-kit-java-core/src/main/kotlin/io/imagekit/models/namedtransformations/NamedTransformationCreateParams.kt
+12-6Lines changed: 12 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,9 @@ private constructor(
49
49
/**
50
50
* The transformation string this name refers to, for example `w-150,h-150,fo-center,cm-resize`.
51
51
* The `tr:` prefix is optional — it's added automatically if missing, and validated if present.
52
-
* Learn more about the [transformation syntax](https://imagekit.io/docs/transformations).
52
+
* The string must be a valid ImageKit transformation and cannot itself reference another named
53
+
* transformation (no nesting). Learn more about the
Copy file name to clipboardExpand all lines: image-kit-java-core/src/main/kotlin/io/imagekit/models/namedtransformations/NamedTransformationDeleteParams.kt
Copy file name to clipboardExpand all lines: image-kit-java-core/src/main/kotlin/io/imagekit/models/namedtransformations/NamedTransformationUpdateParams.kt
0 commit comments