class_index => class_id

This commit is contained in:
Karl Seguin
2025-11-01 20:37:45 +08:00
parent 9138a3c881
commit 21d008c6c2
79 changed files with 82 additions and 81 deletions

View File

@@ -202,7 +202,7 @@ pub const JsApi = struct {
pub const Meta = struct {
pub const name = "CSSStyleDeclaration";
pub const prototype_chain = bridge.prototypeChain();
pub var class_index: u16 = 0;
pub var class_id: bridge.ClassId = undefined;
};
pub const cssText = bridge.accessor(CSSStyleDeclaration.getCssText, CSSStyleDeclaration.setCssText, .{});