Home Manual Reference Source Test
import {AtviseResourceType} from 'atscm/src/lib/server/Types.js'
public class | source

AtviseResourceType

Extends:

AtviseType → AtviseResourceType

An atvise-related resource type.

Constructor Summary

Public Constructor
public

constructor(name: string, identifier: string)

Creates a new resource type.

Inherited Summary

From class AtviseType
public

The type's parent OPC-UA type.

public

The file extension to use when storing.

public

Atscm's identifier for the type.

public

If the extension should be kept when storing.

public

Node id of the type's definition

Public Constructors

public constructor(name: string, identifier: string) source

Creates a new resource type.

Override:

AtviseType#constructor

Params:

NameTypeAttributeDescription
name string

The type's OPC-UA node id value.

identifier string

Atscm's identifier for the new type.