Applesauce
Preparing search index...
applesauce-core
Helpers
getTagValue
Function getTagValue
getTagValue
<
T
extends
{
content
:
string
;
kind
:
number
;
tags
:
string
[]
[]
}
>
(
event
:
T
,
name
:
string
,
)
:
string
|
undefined
Returns the second index ( tag[1] ) of the first tag that matches the name
Type Parameters
T
extends
{
content
:
string
;
kind
:
number
;
tags
:
string
[]
[]
}
Parameters
event
:
T
name
:
string
Returns
string
|
undefined
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Applesauce
Loading...
Returns the second index ( tag[1] ) of the first tag that matches the name