Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FileOptions

An object containing all the parameters for the creation of an instance of the FileType ObjectType.

Hierarchy

  • FileOptions

Index

Properties

Optional browseName

browseName: undefined | string

The browsename for the created Object.

Optional description

description: Description

A description of the File.

idShort

idShort: string

The short identifier of the ReferenceElement.

Optional kind

Specifies whether the File to be created should be a template or an instance.

Optional mimeType

mimeType: undefined | string

The Mime Type of the file.

Optional nodeId

nodeId: NodeIdLike

The node id for the created Object.

Optional parent

parent: RefArgument

An AAS reference to the parent entity of this Object.

Optional semanticId

semanticId: RefArgument

An AAS Reference pointing to an entity defining the semantics for this File.

Optional submodelElementOf

submodelElementOf: SubmodelObject

The Submodel containing this Object inside its SubmodelObject.submodelElements by means of Organizes Reference.

Optional value

value: undefined | string

The path to the file pointed by this Object.

Generated using TypeDoc