OneSDK
    Preparing search index...

    Interface Colors

    interface Colors {
        authorNameTextColor?: string;
        bodyBackgroundColor: string;
        bodyTextColor: string;
        headerBackgroundColor: string;
        headerTextColor: string;
        timestampColor?: string;
    }
    Index

    Properties

    authorNameTextColor?: string
    bodyBackgroundColor: string
    bodyTextColor: string
    headerBackgroundColor: string
    headerTextColor: string
    timestampColor?: string