Types
Data structures
Block
Blockpub struct Block {
pub uid: String,
pub string: String,
pub order: i64,
pub children: Vec<Block>,
pub open: bool,
pub refs: Vec<RefEntity>,
}RefEntity
RefEntityDailyNote
DailyNoteLinkedRefBlock / LinkedRefGroup
LinkedRefBlock / LinkedRefGroupWrite actions
WriteAction
WriteActionPageCreate
PageCreateBlockLocation
BlockLocationOrderValue
OrderValueNewBlock
NewBlockBlockUpdate
BlockUpdateBlockRef
BlockRefAPI request/response types
PullResponse
PullResponseQueryResponse
QueryResponseError types
RoamError
RoamErrorResult<T>
Result<T>Last updated
Was this helpful?