Skip to main content
Version: 0.7.x

PathDescriptor

@agros/common / PathDescriptor

Interface: PathDescriptor

Hierarchy

Table of contents

Properties

Methods

Properties

absolutePath

absolutePath: string

Defined in

packages/agros-common/src/types.ts:10


aliasPath

aliasPath: string

Defined in

packages/agros-common/src/types.ts:11


filename

filename: string

Defined in

packages/agros-common/src/types.ts:12


id

id: string

Defined in

packages/agros-common/src/types.ts:8


relativePath

relativePath: string

Defined in

packages/agros-common/src/types.ts:9

Methods

isBlockDevice

isBlockDevice(): boolean

Returns

boolean

Inherited from

Omit.isBlockDevice

Defined in

common/temp/node_modules/.pnpm/@types+node@15.14.9/node_modules/@types/node/fs.d.ts:63


isCharacterDevice

isCharacterDevice(): boolean

Returns

boolean

Inherited from

Omit.isCharacterDevice

Defined in

common/temp/node_modules/.pnpm/@types+node@15.14.9/node_modules/@types/node/fs.d.ts:64


isDirectory

isDirectory(): boolean

Returns

boolean

Inherited from

Omit.isDirectory

Defined in

common/temp/node_modules/.pnpm/@types+node@15.14.9/node_modules/@types/node/fs.d.ts:62


isFIFO

isFIFO(): boolean

Returns

boolean

Inherited from

Omit.isFIFO

Defined in

common/temp/node_modules/.pnpm/@types+node@15.14.9/node_modules/@types/node/fs.d.ts:66


isFile

isFile(): boolean

Returns

boolean

Inherited from

Omit.isFile

Defined in

common/temp/node_modules/.pnpm/@types+node@15.14.9/node_modules/@types/node/fs.d.ts:61


isSocket

isSocket(): boolean

Returns

boolean

Inherited from

Omit.isSocket

Defined in

common/temp/node_modules/.pnpm/@types+node@15.14.9/node_modules/@types/node/fs.d.ts:67


isSymbolicLink(): boolean

Returns

boolean

Inherited from

Omit.isSymbolicLink

Defined in

common/temp/node_modules/.pnpm/@types+node@15.14.9/node_modules/@types/node/fs.d.ts:65