UMD Web Components Library
    Preparing search index...

    Interface AttributeConfig

    interface AttributeConfig {
        handler: (
            element: Model.ElementRef,
            oldValue: string,
            newValue: string,
        ) => void;
        name: string;
    }
    Index

    Properties

    Properties

    handler: (element: Model.ElementRef, oldValue: string, newValue: string) => void
    name: string