effex-monorepo
    Preparing search index...

    Interface PortalOptions

    Options for Portal rendering.

    interface PortalOptions {
        target?: string | HTMLElement;
    }
    Index

    Properties

    Properties

    target?: string | HTMLElement

    Target element or selector to render into. Defaults to document.body if not specified.