Type alias ArrayAction

ArrayAction: "copyWithin" | "fill" | "pop" | "push" | "shift" | "unshift" | "splice" | "sort" | "reverse"

Generated using TypeDoc