Bitbybit Docs
    Preparing search index...

    Class SetControlIsReadonlyDto (Inputs.BabylonGui)

    Feeds babylon.gui.control.setIsReadonly with a control and whether it ignores input.

    Index

    Constructors

    Properties

    Constructors

    • Parameters

      • Optionalcontrol: Control
      • OptionalisReadOnly: boolean

      Returns SetControlIsReadonlyDto

    Properties

    control: Control

    The control to change in place

    undefined
    
    isReadOnly: boolean

    When true, the control is shown normally but ignores input

    false