gws.base.layer.core.ClientOptions
struct
Client options for a layer gws.base.layer.core.ClientOptions
Eigenschaft | Typ | Default | |
---|---|---|---|
exclusive | bool | False | only one of this layer's children is visible at a time gws.base.layer.core.ClientOptions.exclusive |
expanded | bool | False | the layer is expanded in the list view gws.base.layer.core.ClientOptions.expanded |
hidden | bool | False | the layer is initially hidden gws.base.layer.core.ClientOptions.hidden |
selected | bool | False | the layer is initially selected gws.base.layer.core.ClientOptions.selected |
unfolded | bool | False | the layer is not listed, but its children are gws.base.layer.core.ClientOptions.unfolded |
unlisted | bool | False | the layer is hidden in the list view gws.base.layer.core.ClientOptions.unlisted |