UMD Web Components Library
    Preparing search index...

    Interface AttributeElementProps

    Properties for attribute checking functions

    interface AttributeElementProps {
        defaultValue?: boolean;
        element: HTMLElement;
    }
    Index

    Properties

    defaultValue?: boolean

    Default value to return if attribute is not found

    element: HTMLElement

    The HTML element to check attributes on