tuil
ReferencePackages@mwillbanks/tuil-inkAPI

OverlayStatus

interface exported by @mwillbanks/tuil-ink.

View rawEdit

interface

Public interface exported by @mwillbanks/tuil-ink.

export interface OverlayStatus {
  readonly active: boolean;
  readonly count: number;
  readonly topId?: string;
  readonly getTopId: () => string | undefined;
}

Members

MemberTypeRequiredDescriptionRelated types
activebooleanYesThe active member uses the boolean contract.
countnumberYesThe count member uses the number contract.
topIdstring | undefinedNoThe topId member uses the string | undefined contract.
getTopId() => string | undefinedYesThe getTopId member uses the () => string | undefined contract.

Parameters

This declaration has no public members.

Returns

This declaration does not return a value.

Throws

No thrown errors are documented for this declaration.

No package-local related types.

Source

View the secondary source reference

Package

@mwillbanks/tuil-ink

On this page