AddNodeOptions¶
Type Alias AddNodeOptions
AddNodeOptions: {
autoExpand?: boolean;
cacheStrategy?: CacheStrategy;
dataURI?: string;
initialProperties?: InitialNodeProperties;
label?: string;
mimeType?: string;
parentId?: number;
}
autoExpand?: boolean;
cacheStrategy?: CacheStrategy;
dataURI?: string;
initialProperties?: InitialNodeProperties;
label?: string;
mimeType?: string;
parentId?: number;
}
Type declaration
Optional
autoExpand?: booleanOptional
cacheStrategy?: CacheStrategySpecifies the strategy which is used when a data cache is requested from the instant3Dhub.
Optional
dataURI?: stringSpecifies the URI to the data resource.
Optional
initialProperties?: InitialNodePropertiesSpecifies initialProperties of the added Node.
Optional
label?: stringSpecifies a custom label for the added Node.
Optional
mimeType?: stringSpecifies the mime type of the data resource.
Per default the mime type is automatically detected and an override is only necessary in special cases. Valid mime types can be retrieved from the requestSupportedContentTypes method.
Optional
parentId?: numberSpecifies the parent Node ID of the added Node.
The autoExpand flag can be used to automatically expand the added Node to allow direct interaction with the underlying data.