Sanity Library Reference Docs
    Preparing search index...

    Type Alias TimelineControllerOptionsBeta

    type TimelineControllerOptions = {
        client: SanityClient;
        documentId: string;
        documentType: string;
        handler?: (err: Error | null, controller: TimelineController) => void;
        timeline: Timeline;
    }
    Index

    Properties

    client: SanityClient
    documentId: string
    documentType: string
    handler?: (err: Error | null, controller: TimelineController) => void
    timeline: Timeline