Skip to content

Visibility

This content is not available in your language yet.

type Visibility = {
defaultTranscript: boolean;
expandedTranscript: boolean;
model: boolean;
sdk: boolean;
};

记录可见性四位(VisibilitySchema 推导)。

defaultTranscript: boolean;

expandedTranscript: boolean;

model: boolean;

sdk: boolean;