You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @param scope Optional scope to resolve this name relative to. If `true`, return the Block name instead of `:scope`. If a Block object, return with the local name instead of `:scope`.
80
+
* @returns String representing original AttrValue path.
* Retrieve this Attribute's selector as it appears in the Block source code.
135
126
*
136
-
* @param value If provided, it is used as the Attribute's value whether or not
137
-
* it is allowed by the known AttrValues (this is useful for constructing
138
-
* error messages).
127
+
* @param scope Optional scope to resolve this name relative to. If `true`, return the Block name instead of `:scope`. If a Block object, return with the local name instead of `:scope`.
* @param scope Optional scope to resolve this name relative to. If `true`, return the Block name instead of `:scope`. If a Block object, return with the local name instead of `:scope`.
Copy file name to clipboardExpand all lines: packages/@css-blocks/core/src/BlockTree/Style.ts
+2-1
Original file line number
Diff line number
Diff line change
@@ -45,9 +45,10 @@ export abstract class Style<
45
45
46
46
/**
47
47
* Return the source selector this `Style` was read from.
48
+
* @param scope Optional scope to resolve this name relative to. If `true`, return the Block name instead of `:scope`. If a Block object, return with the local name instead of `:scope`.
0 commit comments