Declaration

var palettes: [String : Any]? { get set }

Declaration

@property (strong) NSDictionary<NSString *,id> * palettes;

Declaration

palettes() -> dict[str, object]
setPalettes_(palettes: dict[str, object])