Sanity Library Reference Docs
Preparing search index...
@sanity/migrate
TruncateOp
Type Alias TruncateOp
Represents a truncate-operation that can be applied to an array
type
TruncateOp
=
{
endIndex
?:
number
;
startIndex
:
number
;
type
:
"truncate"
;
}
Index
Properties
end
Index?
start
Index
type
Properties
Optional
end
Index
endIndex
?:
number
start
Index
startIndex
:
number
type
type
:
"truncate"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
end
Index
start
Index
type
Sanity Library Reference Docs
Loading...
Represents a truncate-operation that can be applied to an array