GeoLeaf Core API - v3.0.0
    Preparing search index...

    Interface SafeElementOptions

    HTML escaping and safe DOM element creation.

    interface SafeElementOptions {
        className?: string;
        id?: string;
        textContent?: string;
        attributes?: Record<string, string>;
        children?: Element[];
    }
    Index

    Properties

    className?: string
    id?: string
    textContent?: string
    attributes?: Record<string, string>
    children?: Element[]