get_owner();
Object.defineProperty('owner');
Type | Description |
---|---|
Object | The owner of the service. |
This is the same value set in the owner parameter to the Create method. Optional and can be null. This is not used by InteractiveService but can be used by the application to pass any class and extra data. ImageViewer sets the value to this
.