Black Trigram (흑괘) - Korean Martial Arts Combat Simulator API - v0.6.0
    Preparing search index...

    Interface SafeAreaInsets

    Safe area insets for mobile devices with notches

    안전영역

    interface SafeAreaInsets {
        bottom: number;
        left: number;
        right: number;
        top: number;
    }
    Index

    Properties

    Properties

    bottom: number

    Bottom inset (home indicator)

    left: number

    Left inset (typically 0)

    right: number

    Right inset (typically 0)

    top: number

    Top inset (notch, status bar)