UMD Web Components Library
    Preparing search index...

    Interface AttributeHandlerProps

    Properties for creating attribute handlers

    interface AttributeHandlerProps {
        callback: AttributeCallback;
        name?: string;
    }
    Index

    Properties

    Properties

    Callback function to execute when attribute changes

    name?: string

    Optional attribute name override