UMD Web Components Library
    Preparing search index...

    Variable handler

    handler: {
        combine: (
            ...configs: AttributeHandlerConfig[],
        ) => AttributeHandlerConfig[];
        common: {
            accordion: () => AttributeHandlerConfig[];
            resize: (
                callback: (element: AttributeElementRef) => void,
            ) => AttributeHandlerConfig;
            visualShowHide: (
                options: {
                    onHide?: (element: AttributeElementRef) => void;
                    onShow?: (element: AttributeElementRef) => void;
                },
            ) => AttributeHandlerConfig[];
            visualToggle: (
                options: {
                    onClose?: (element: AttributeElementRef) => void;
                    onOpen?: (element: AttributeElementRef) => void;
                },
            ) => AttributeHandlerConfig[];
        };
        observe: {
            resize: (
                __namedParameters: AttributeHandlerProps,
            ) => AttributeHandlerConfig;
            stateClosed: (
                __namedParameters: AttributeHandlerProps,
            ) => AttributeHandlerConfig;
            stateOpen: (
                __namedParameters: AttributeHandlerProps,
            ) => AttributeHandlerConfig;
            visuallyClosed: (
                __namedParameters: AttributeHandlerProps,
            ) => AttributeHandlerConfig;
            visuallyHide: (
                __namedParameters: AttributeHandlerProps,
            ) => AttributeHandlerConfig;
            visuallyOpen: (
                __namedParameters: AttributeHandlerProps,
            ) => AttributeHandlerConfig;
            visuallyPosition: (
                __namedParameters: AttributeHandlerProps,
            ) => AttributeHandlerConfig;
            visuallyShow: (
                __namedParameters: AttributeHandlerProps,
            ) => AttributeHandlerConfig;
        };
    }

    Type declaration