For the complete documentation index, see llms.txt. This page is also available as Markdown.

ProtectedCell

Protected cells are for rendering content that is obscured from the user. They have no additional properties.

export interface ProtectedCell extends BaseGridCell {
    readonly kind: GridCellKind.Protected;
}

Last updated