RocketChat/Rocket.Chat

View on GitHub
packages/ui-kit/src/rendering/BlockContext.ts

Summary

Maintainability
A
0 mins
Test Coverage
export enum BlockContext {
    NONE = -1,
    BLOCK,
    SECTION,
    ACTION,
    FORM,
    CONTEXT,
}