ecmaOS
types/filesystem
FileHeader
Interface FileHeader
Interface for file headers
interface
FileHeader
{
name
?:
string
;
namespace
?:
string
;
type
:
string
;
}
Index
Properties
name?
namespace?
type
Properties
Optional
name
name
?:
string
Optional name
Optional
namespace
namespace
?:
string
Optional namespace
type
type
:
string
Type of file
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
name
namespace
type
ecmaOS
Interface for file headers