Sanity Library Reference Docs
    Preparing search index...

    Interface Serializable<T>

    A interface for serializing a structure node to a plain JavaScript object.

    interface Serializable<T> {
        serialize(options: SerializeOptions): T;
    }

    Type Parameters

    • T

    Implemented by

    Index

    Methods

    Methods