다음을 통해 공유


Alias interface

The alias type.

Properties

defaultMetadata

The default alias path metadata. Applies to the default path and to any alias path that doesn't have metadata NOTE: This property will not be serialized. It can only be populated by the server.

defaultPath

The default path for an alias.

defaultPattern

The default pattern for an alias.

name

The alias name.

paths

The paths for an alias.

type

The type of the alias.

Property Details

defaultMetadata

The default alias path metadata. Applies to the default path and to any alias path that doesn't have metadata NOTE: This property will not be serialized. It can only be populated by the server.

defaultMetadata?: AliasPathMetadata

Property Value

defaultPath

The default path for an alias.

defaultPath?: string

Property Value

string

defaultPattern

The default pattern for an alias.

defaultPattern?: AliasPattern

Property Value

name

The alias name.

name?: string

Property Value

string

paths

The paths for an alias.

paths?: AliasPath[]

Property Value

type

The type of the alias.

type?: AliasType

Property Value