Perseus
    Preparing search index...

    Type Alias DomInsertCheckFn

    DomInsertCheckFn: (
        text: string,
        node: HTMLElement,
        attribute?: string,
        jiptString?: string,
    ) => string | false

    Type Declaration

      • (
            text: string,
            node: HTMLElement,
            attribute?: string,
            jiptString?: string,
        ): string | false
      • Parameters

        • text: string
        • node: HTMLElement
        • Optionalattribute: string
        • OptionaljiptString: string

        Returns string | false