connectionInfo property
SignpostConnectionInfo
get
connectionInfo
Connection information describing the relationship of this item to adjacent sign elements.
Returns
- SignpostConnectionInfo: the connection type for the item.
Implementation
SignpostConnectionInfo get connectionInfo {
final OperationResult resultString = objectMethod(
pointerId,
'SignpostItem',
'getConnectionInfo',
);
return SignpostConnectionInfoExtension.fromId(resultString['result']);
}