wesl
Preparing search index...
FnElem
Interface FnElem
a function declaration
interface
FnElem
{
attributes
?:
AttributeElem
[]
;
body
:
StatementElem
;
contents
:
AbstractElem
[]
;
end
:
number
;
kind
:
"fn"
;
name
:
DeclIdentElem
;
params
:
FnParamElem
[]
;
returnAttributes
?:
AttributeElem
[]
;
returnType
?:
TypeRefElem
;
start
:
number
;
}
Hierarchy (
View Summary
)
ElemWithContentsBase
HasAttributes
FnElem
Index
Properties
attributes?
body
contents
end
kind
name
params
return
Attributes?
return
Type?
start
Properties
Optional
attributes
attributes
?:
AttributeElem
[]
body
body
:
StatementElem
contents
contents
:
AbstractElem
[]
end
end
:
number
kind
kind
:
"fn"
name
name
:
DeclIdentElem
params
params
:
FnParamElem
[]
Optional
return
Attributes
returnAttributes
?:
AttributeElem
[]
Optional
return
Type
returnType
?:
TypeRefElem
start
start
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
attributes
body
contents
end
kind
name
params
return
Attributes
return
Type
start
wesl
Loading...
a function declaration