Side Enum
Defines a side relative to a character in a sequence.
This API is provided for existing users, but is not recommended for new users.
To use, import via @fluidframework/merge-tree/legacy
.
For more information about our API support guarantees, see here.
Signature
export declare enum Side
Remarks
See SequencePlace for additional context on usage.
Flags
Flag | Alerts | Description |
---|---|---|
After | Alpha |
|
Before | Alpha |
After
This API is provided as an alpha preview and may change without notice.
To use, import via @fluidframework/merge-tree/alpha
.
For more information about our API support guarantees, see here.
Signature
After = 1
Before
This API is provided as an alpha preview and may change without notice.
To use, import via @fluidframework/merge-tree/alpha
.
For more information about our API support guarantees, see here.
Signature
Before = 0