Skip to content

Commit

Permalink
docs: mark getDerived method as experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
mschristensen committed May 26, 2023
1 parent e648f5d commit 6d7dcc2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ably.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2763,6 +2763,8 @@ declare namespace Types {
*/
get(name: string, channelOptions?: ChannelOptions): T;
/**
* @experimental This is a preview feature and may change in a future non-major release.
*
* Creates a new {@link ChannelBase} or {@link RealtimeChannelBase} object, with the specified channel {@link DeriveOptions}
* and {@link ChannelOptions}, or returns the existing channel object.
*
Expand Down

0 comments on commit 6d7dcc2

Please sign in to comment.