Hi, I am using typescript for my project and i want to access Boolean value in array in property panel.
@property(cc.Boolean)
isDragged: [Boolean] = [false];
But I am not able to see the Boolean array in property panel. I dont know where i am making mistake. Please help. Thanks in advance.
