interface LayerEvents {
    visible-property-changed: {
        visible: boolean;
    };
}

Hierarchy (view full)

Properties

visible-property-changed: {
    visible: boolean;
}

Fires when layer visibility changes.

Type declaration

  • visible: boolean