@vicinae/api
    Preparing search index...

    Type Alias Options

    type Options = {
        dismissAction?: Alert.ActionOptions;
        icon?: Image.ImageLike;
        message?: string;
        primaryAction?: Alert.ActionOptions;
        rememberUserChoice?: boolean;
        title: string;
    }
    Index

    Properties

    dismissAction?: Alert.ActionOptions
    message?: string
    primaryAction?: Alert.ActionOptions
    rememberUserChoice?: boolean
    title: string