Saxonberg Server API
    Preparing search index...

    Public shape added by SealableMixin. isOpen() (predicate getter) / setOpen() (noun setter) is the inter-Stuff contract surface; open() / close() are the action-shaped mutators most callers want.

    interface Sealable {
        close(): void;
        isOpen(): boolean;
        open(): void;
        setOpen(value: boolean): void;
    }
    Index

    Methods