@nospamproxy/core
    Preparing search index...

    A block container that indents it's children.

    Index

    Constructors

    Properties

    Constructors

    Properties

    disabled: boolean = false

    If true, all children in this block are rendered as disabled.

    Note, that controls inside this block must still be disabled manually to prevent interaction.

    <indent-block disabled.bind="disabled">
    <text-box disabled.bind="disabled">
    </indent-block>