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

    Interface SafeAreaInsets

    Safe area insets for mobile devices Accounts for notch, status bar, and home indicator

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

    Properties

    Properties

    bottom: number

    Bottom inset (home indicator)

    left: number

    Left inset (landscape mode)

    right: number

    Right inset (landscape mode)

    top: number

    Top inset (status bar, notch)