ProtoTwin API
    Preparing search index...

    Function Visible

    • Property decorator that specifies whether the property should be displayed in the inspector.

      Parameters

      • visible: boolean | ((target: any) => boolean)

        True if the property should be displayed, false otherwise.

      Returns PropertyDecorator

      The property decorator instance.