Skip to content

Commit

Permalink
feat: use ☑️ rather than 👁️ for layer list item toggle
Browse files Browse the repository at this point in the history
fixes #74563
  • Loading branch information
JeffJacobson committed Jan 16, 2025
1 parent 996f4c5 commit 868de3a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/widgets/LayerList.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,9 @@ export async function setupLayerList(
Required<Pick<__esri.LayerListProperties, "view">>,
) {
const { default: LayerList } = await import("@arcgis/core/widgets/LayerList");
const defaultLLProperties = {
const defaultLLProperties: __esri.LayerListProperties = {
listItemCreatedFunction: setupLayerListItems,
visibilityAppearance: "checkbox",
visibleElements: {
errors: true,
statusIndicators: true,
Expand Down

0 comments on commit 868de3a

Please sign in to comment.