Colibrio Reader Framework API - Cloud license
    Preparing search index...
    interface IEpubElementWhitelistOptions {
        attributeNames?: string[];
        tagNames?: string[];
    }

    Properties

    attributeNames?: string[]

    Additional attribute names to whitelist.

    []
    
    tagNames?: string[]

    Additional element tag names to whitelist. HTML tag names must be lowercased.

    []