LinkOpenOptions | WebHare Platform SDK
WebHare Platform SDK
    Preparing search index...

    Interface LinkOpenOptions

    Link handler options

    interface LinkOpenOptions {
        extensions?: string[];
        internalhosts?: string[];
    }
    Index

    Properties

    extensions?: string[]

    List of extensions to open in a new window, even if they are internal

    internalhosts?: string[]

    List of internal hosts (do not open in a new window)