@aracna/core - v1.5.0
    Preparing search index...

    Class VisibilityController

    The VisibilityController class is used to control the visibility of anything that can be hidden or shown.

    Aracna Reference

    Index

    Constructors

    Properties

    data: Map<string, string> = ...

    Accessors

    Methods

    • Hides the entity with the given name. Optionally a delay can be set.

      Parameters

      • name: string
      • delay: number = 0

      Returns Promise<void>

    • Shows the entity with the given name. Optionally a delay can be set.

      Parameters

      • name: string
      • delay: number = 0

      Returns Promise<void>