Package-level declarations
Types
A simple Add button.
Drawer for a complex message with swipe action, drag and drop logic and a start content to add functionality like a checkbox or a different Composable.
The header for the Document. It applies some stylish to the title of the document.
Draws a image. Uses Coil to parse the image.
Draws an large empty space. This can be used to add a spacial action to the end of an document and hide this behaviour from the user. Indeed use is to move the focus to the available text drawer when clicked.
Draws a scrollable list of images accordingly with the imageStepDrawer provided.
Draws a white space. This Drawer is very important for accepting drop os other Composables for reorder purposes. A space create a move request when dropping Composables in it while the other story units create a mergeRequest.
Simple message drawer intended to be used as a component for more complex drawers. This class contains the logic of the basic message of the SDK. As many other drawers need some text in it this Drawer can be used instead of duplicating this text logic.
Functions
Check item drawer. Draws a checkbox followed by a text.
Draw a text that can be edited with a swipe effect to trigger edition.
Drawer for a unordered list. This type of item it just a normal message with some decoration at the start of Composable to show that this is part of a list.