UMD Web Components Library
    Preparing search index...

    Interface BaseProps

    Base properties required for slot creation

    interface BaseProps {
        element: HTMLElement;
    }
    Index

    Properties

    Properties

    element: HTMLElement

    The HTML element to extract slot content from