Skip to content

CloseableComponent

Unofficial

A closeable component that can get dismissed via the Android ‘back’ button.

Import:

import type { CloseableComponent } from '@obsidian-typings/obsidian-public-latest';

Signature:

export interface CloseableComponent

Methods

Method Returns Description
close() void Close the component.