serializeSplit
serializeSplit(
node):SerializedSplitNode
Defined in: react/components/layout/split-view.tsx:265
Strip a tree down to its serializable structure (ids/direction/sizes), dropping the ReactNode content. Persist the result; rebuild with hydrateSplit.