@umbraco-cms/backoffice
    Preparing search index...

    Interface UmbIsRoutableContextConditionConfig

    interface UmbIsRoutableContextConditionConfig {
        alias: "Umb.Condition.IsRoutableContext";
        match?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    alias: "Umb.Condition.IsRoutableContext"
    match?: boolean

    The expected routable context state to match.

    • true: Condition is permitted when inside a routable context (default)
    • false: Condition is permitted when NOT inside a routable context