interface ToggleLayerOptions {
    silent?: boolean;
}

Properties

Properties

silent?: boolean