UMD Web Components Library
    Preparing search index...

    Variable handler

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

    Type declaration