LayerData.visible

whether layer is shown or hidden in editor

struct LayerData
@jsonize(JsonizeOptional.no)
bool visible;

Meta