blob: 0285a7376419290dba97f1fd6d2df40d4726cf65 [file] [log] [blame]
// Copyright 2021 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// https://github.com/MicrosoftEdge/MSEdgeExplainers/blob/main/EyeDropper/explainer.md
dictionary ColorSelectEventInit : PointerEventInit {
DOMString value = "";
};