Perseus
    Preparing search index...

    Type Alias RendererPromptJSON

    type RendererPromptJSON = {
        content: string;
        widgets: { [widgetId: string]: WidgetPromptJSON };
    }
    Index

    Properties

    Properties

    content: string
    widgets: { [widgetId: string]: WidgetPromptJSON }