RowCreateChange

Row creation payload.

Properties

Link copied to clipboard
abstract val parentPath: String?

Parent path for nested tables in collections (e.g., "0.schema.1.child").

Link copied to clipboard
abstract val row: Row

The created row data.

Link copied to clipboard
abstract val schemaId: String?

Target schema id for nested collection tables.

Link copied to clipboard
abstract val targetRowIndex: Int

Index where the new row is inserted.