wesl
Preparing search index...
TypedDeclElem
Interface TypedDeclElem
a declaration identifer with a possible type
interface
TypedDeclElem
{
contents
:
AbstractElem
[]
;
decl
:
DeclIdentElem
;
end
:
number
;
kind
:
"typeDecl"
;
start
:
number
;
typeRef
?:
TypeRefElem
;
typeScope
?:
Scope
;
}
Hierarchy (
View Summary
)
ElemWithContentsBase
TypedDeclElem
Index
Properties
contents
decl
end
kind
start
type
Ref?
type
Scope?
Properties
contents
contents
:
AbstractElem
[]
decl
decl
:
DeclIdentElem
end
end
:
number
kind
kind
:
"typeDecl"
start
start
:
number
Optional
type
Ref
typeRef
?:
TypeRefElem
Optional
type
Scope
typeScope
?:
Scope
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
contents
decl
end
kind
start
type
Ref
type
Scope
wesl
Loading...
a declaration identifer with a possible type