Sanity Library Reference Docs
    Preparing search index...

    Interface InitialValueOptionsBeta

    interface InitialValueOptions {
        documentId: string;
        documentType: string;
        templateName?: string;
        templateParams?: Record<string, any>;
    }
    Index

    Properties

    documentId: string
    documentType: string
    templateName?: string
    templateParams?: Record<string, any>