Skip to content

Add a "layer" property type for custom behaviors#8596

Merged
D8H merged 2 commits into
masterfrom
layer-parameter
May 14, 2026
Merged

Add a "layer" property type for custom behaviors#8596
D8H merged 2 commits into
masterfrom
layer-parameter

Conversation

@D8H
Copy link
Copy Markdown
Collaborator

@D8H D8H commented May 13, 2026

No description provided.

@D8H D8H requested a review from 4ian as a code owner May 13, 2026 16:53
const layersContainer = layersSource ? layersSource.getLayers() : null;
const layerNames = layersContainer
? mapFor(0, layersContainer.getLayersCount(), i => {
? mapReverseFor(0, layersContainer.getLayersCount(), i => {
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great!

@4ian
Copy link
Copy Markdown
Owner

4ian commented May 14, 2026

Let's fix the Flow error and this will be good to go.

@D8H D8H merged commit cacd28e into master May 14, 2026
5 checks passed
@D8H D8H deleted the layer-parameter branch May 14, 2026 10:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants