Palette
    Preparing search index...

    Type Alias TemplateContext

    type TemplateContext = {
        attr?: Record<string, string | null>;
        data?: Record<string, unknown>;
        index?: number;
        item?: Record<string, unknown>;
        state?: Record<string, unknown>;
    }
    Index

    Properties

    attr?: Record<string, string | null>
    data?: Record<string, unknown>
    index?: number
    item?: Record<string, unknown>
    state?: Record<string, unknown>