Backstage
Docs
Github
Preparing search index...
@backstage/plugin-scaffolder-backend
index
createFilesystemReadDirAction
Function createFilesystemReadDirAction
createFilesystemReadDirAction
()
:
TemplateAction
<
{
paths
:
string
[]
;
recursive
:
boolean
}
,
{
files
:
{
fullPath
:
string
;
name
:
string
;
path
:
string
}
[]
;
folders
:
{
fullPath
:
string
;
name
:
string
;
path
:
string
}
[]
;
}
,
"v2"
,
>
Creates new action that enables reading directories in the workspace.
Returns
TemplateAction
<
{
paths
:
string
[]
;
recursive
:
boolean
}
,
{
files
:
{
fullPath
:
string
;
name
:
string
;
path
:
string
}
[]
;
folders
:
{
fullPath
:
string
;
name
:
string
;
path
:
string
}
[]
;
}
,
"v2"
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Docs
Github
Backstage
Loading...
Creates new action that enables reading directories in the workspace.