@stephansama actions
Author
Blog
GitHub
Preparing search index...
generate-md-action-inputs
isValidActionData
Function isValidActionData
isValidActionData
(
tags
:
readonly
[
`
<!--
${
string
}
:START -->
`
,
`
<!--
${
string
}
:END -->
`
]
,
)
:
(
actionData
:
{
actionPath
:
string
;
data
:
ActionType
;
readme
:
string
|
false
;
readmePath
:
string
;
}
,
)
=>
boolean
Parameters
tags
:
readonly
[
`
<!--
${
string
}
:START -->
`
,
`
<!--
${
string
}
:END -->
`
]
Returns
(
actionData
:
{
actionPath
:
string
;
data
:
ActionType
;
readme
:
string
|
false
;
readmePath
:
string
;
}
,
)
=>
boolean
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Author
Blog
GitHub
@stephansama actions
Loading...