Prism API
    Preparing search index...

    Interface WrapEnv

    interface WrapEnv {
        attributes: Record<string, string>;
        classes: string[];
        content: string;
        language: string;
        tag: string;
        type: TokenName;
    }
    Index

    Properties

    attributes: Record<string, string>
    classes: string[]
    content: string
    language: string
    tag: string
    type: TokenName